Sign in
chromium
/
external
/
llvm.org
/
clang
/
741e05796da92b46d4f7bcbee00702ff37df6489
/
.
/
test
/
Import
/
empty-struct
/
test.c
blob: d51a69706dcd837f211692e10402caae1b0ca7bd [
file
] [
log
] [
blame
]
// RUN: clang-import-test -import %S/Inputs/S.c -expression %s
void
expr
()
{
struct
S
MyS
;
void
*
MyPtr
=
&
MyS
;
}