mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-22 05:51:42 +00:00
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8085 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f44c6051e0
commit
47ddea2d2a
9
test/CFrontend/2003-08-23-LocalUnionTest.c
Normal file
9
test/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