Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten-fastcomp-clang
/
a21700cd19a2b7d0ac93ed8629e7b10c8a61cfee
/
.
/
test
/
CodeGen
/
2003-08-23-LocalUnionTest.c
blob: 50b01e4258784828bea9e744be3739598d3ce9d5 [
file
]
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
union
foo
{
int
X
;
};
int
test
(
union
foo
*
F
)
{
{
union
foo
{
float
X
;
}
A
;
}
}