Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
test
/
CodeGen
/
2003-08-23-LocalUnionTest.c
blob: 50b01e4258784828bea9e744be3739598d3ce9d5 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
union
foo
{
int
X
;
};
int
test
(
union
foo
*
F
)
{
{
union
foo
{
float
X
;
}
A
;
}
}