[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Import / empty-struct / test.c
blobd51a69706dcd837f211692e10402caae1b0ca7bd
1 // RUN: clang-import-test -import %S/Inputs/S.c -expression %s
2 void expr() {
3 struct S MyS;
4 void *MyPtr = &MyS;