Sign in
llvm
/
llvm-project
/
98dbcff19cfedb4e27d267310a76d616cd435447
/
.
/
clang
/
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
;
}