Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
901b5750b2af095bb0e359f4d2c3debef3ad57e6
/
.
/
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
;
}
}