1// RUN: %clang_cc1 -emit-llvm %s -o -
2union { int :3; double f; } u17_017 = {17.17};
3