mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 12:16:59 +00:00
New testcase
llvm-svn: 8085
This commit is contained in:
parent
9274d2d21a
commit
6c1d52a194
9
test/Regression/CFrontend/2003-08-23-LocalUnionTest.c
Normal file
9
test/Regression/CFrontend/2003-08-23-LocalUnionTest.c
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
union foo { int X; };
|
||||
|
||||
int test(union foo* F) {
|
||||
{
|
||||
union foo { float X; } A;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user