New testcase

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8085 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-08-23 22:09:26 +00:00
parent f44c6051e0
commit 47ddea2d2a

View File

@ -0,0 +1,9 @@
union foo { int X; };
int test(union foo* F) {
{
union foo { float X; } A;
}
}