1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/test/Regression/CFrontend/2003-08-23-LocalUnionTest.c
Chris Lattner 6c1d52a194 New testcase
llvm-svn: 8085
2003-08-23 22:09:26 +00:00

10 lines
90 B
C

union foo { int X; };
int test(union foo* F) {
{
union foo { float X; } A;
}
}