blob: acf6389cc5fcebca2ab3bd5b2d16b157e6bc03f9 [file] [log] [blame]
// RUN: not clang-import-test -import %S/Inputs/S.c -expression %s 2>&1 | FileCheck %s
// CHECK: {{.*}}Couldn't open{{.*}}Inputs/S.c{{.*}}
void expr() {
struct S MyS;
void *MyPtr = &MyS;
}