blob: acf6389cc5fcebca2ab3bd5b2d16b157e6bc03f9 [file] [log] [blame]
Sean Callanan7d982502016-12-22 20:03:14 +00001// RUN: not clang-import-test -import %S/Inputs/S.c -expression %s 2>&1 | FileCheck %s
2// CHECK: {{.*}}Couldn't open{{.*}}Inputs/S.c{{.*}}
3void expr() {
4 struct S MyS;
5 void *MyPtr = &MyS;
6}