Sign in
chromium
/
external
/
llvm.org
/
clang
/
741e05796da92b46d4f7bcbee00702ff37df6489
/
.
/
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
;
}