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