Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fbb4d1e43d0db9f8d1514a0209bb01f56e49d75f
/
.
/
clang
/
test
/
Import
/
direct
/
test.c
blob: 5fac24c015dcb741a768346ab0ccfc7d3d498434 [
file
] [
log
] [
blame
]
// RUN: clang-import-test -direct -import %S/Inputs/S.c -expression %s
void
expr
()
{
struct
S
MyS
;
MyS
.
a
=
3
;
}