mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 07:39:31 +00:00
59f1daeb32
llvm-svn: 127310
3 lines
70 B
C
3 lines
70 B
C
// RUN: %llvmgcc -S %s
|
|
union { int :3; double f; } u17_017 = {17.17};
|