[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / include-relative.c
blob519367fc4caa79ea1fcc4cc1c099fbcd02b7470e
1 // RUN: rm -rf %t
2 // RUN: mkdir %t
3 // RUN: cp -r %S/Inputs/include-relative %t/include-relative
4 // RUN: cd %t
5 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x c -verify -fmodules-cache-path=%t -I include-relative %s
7 // expected-no-diagnostics
9 #include "a.h"
11 int f(void) { return n; }