summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/2011-03-02-UnionInitializer.c
blob: 3c112e0a47f0f01754e196f8b8cea76e70cafec1 (plain)
1
2
// RUN: %clang_cc1 -emit-llvm %s -o -
union { int :3; double f; } u17_017 = {17.17};