Clang Project
clang_source_code
/
test
/
Import
/
direct
/
test.c
1
// RUN: clang-import-test -direct -import %S/Inputs/S.c -expression %s
2
void expr() {
3
struct S MyS;
4
MyS.a = 3;
5
}
6