summaryrefslogtreecommitdiff
path: root/test/FrontendC/2011-03-02-UnionInitializer.c
blob: a5ea75e08c017624ae2a974fd01844598105fee7 (plain)
1
2
// RUN: %llvmgcc -S %s
union { int :3; double f; } u17_017 = {17.17};