Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
1d4a8fe156fc65124ea03dde46f9aed74b0a3451
/
.
/
llvm
/
test
/
FrontendC
/
2003-08-23-LocalUnionTest.c
blob: 987accca1cc1e54d87eeb33804aba3c1be397be9 [
file
] [
log
] [
blame
]
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
union
foo
{
int
X
;
};
int
test
(
union
foo
*
F
)
{
{
union
foo
{
float
X
;
}
A
;
}
}