Sign in
chromium
/
external
/
github.com
/
llvm-mirror
/
clang
/
327f79bc69360fadf014aecc5e81bc706f9693b6
/
.
/
test
/
Import
/
missing-import
/
test.c
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
;
}