blob: 9a16c2bf4ac85a4b8ae81ea2cfef29b9bcc9c21e [file] [log] [blame]
// RUN: not clang-import-test -import %S/Inputs/S.c -expression %s 2>&1 | FileCheck %s
// CHECK: error: No such file or directory: {{.*}}Inputs/S.c{{$}}
void expr() {
struct S MyS;
void *MyPtr = &MyS;
}