mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 22:58:50 +00:00
Test case for r126672. Radar 9055247.
llvm-svn: 126896
This commit is contained in:
parent
58cc960338
commit
9a27ba5aaa
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