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