1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2024-12-21 00:32:23 +00:00
llvm-6502/test/FrontendC/2011-03-02-UnionInitializer.c
2011-03-09 03:59:52 +00:00

3 lines
70 B
C

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