Sign in
chromium
/
external
/
llvm.org
/
clang
/
741e05796da92b46d4f7bcbee00702ff37df6489
/
.
/
test
/
Import
/
conflicting-struct
/
test.cpp
blob: 5aad567cd794631097431ea8edde2121621a3356 [
file
] [
log
] [
blame
]
// RUN: clang-import-test --import %S/Inputs/S1.cpp --import %S/Inputs/S2.cpp -expression %s
void
expr
()
{
S
MyS
;
T
MyT
;
MyS
.
a
=
3
;
MyT
.
u
.
b
=
2
;
}