1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-02 00:42:52 +01:00
llvm-mirror/test/FrontendC/2011-03-02-UnionInitializer.c
Stuart Hastings 9a27ba5aaa Test case for r126672. Radar 9055247.
llvm-svn: 126896
2011-03-02 23:24:44 +00:00

3 lines
70 B
C

// RUN: %llvmgcc -S %s
union { int :3; double f; } u17_017 = {17.17};