[libc][test] Adjust header paths in tests (#119623)
[llvm-project.git] / clang / test / Import / clang-flags / test.c
blob7a19ea7ff648d7c1122565fd6d3ff18c0c454648
1 // RUN: clang-import-test -import %S/Inputs/S.c -expression %s -Xcc -DSTRUCT=struct
2 void expr() {
3 STRUCT S MyS;
4 void *MyPtr = &MyS;