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