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