blob: bde2b60d275fa71205452c1de8b8f914c8ade811 [file] [log] [blame]
// RUN: clang-import-test -import %S/Inputs/S.c -expression %s
void expr() {
struct S MyS;
MyS.a = 3;
}