mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-08 21:10:35 +00:00
Test case for r126672. Radar 9055247.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126896 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d39647d913
commit
621c65e089
2
test/FrontendC/2011-03-02-UnionInitializer.c
Normal file
2
test/FrontendC/2011-03-02-UnionInitializer.c
Normal file
@ -0,0 +1,2 @@
|
||||
// RUN: %llvmgcc -S %s
|
||||
union { int :3; double f; } u17_017 = {17.17};
|
Loading…
Reference in New Issue
Block a user