• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // PR607
2 // RUN: %clang_cc1 %s -emit-llvm -o -
3 union { char bytes[8]; double alignment; }EQ1 = {0,0,0,0,0,0,0,0};
4