Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
91be65be656072a68b51a8c4e7bb751ea475d896
/
.
/
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
;
}