blob: 7a19ea7ff648d7c1122565fd6d3ff18c0c454648 [file] [log] [blame]
// RUN: clang-import-test -import %S/Inputs/S.c -expression %s -Xcc -DSTRUCT=struct
void expr() {
STRUCT S MyS;
void *MyPtr = &MyS;
}