1 2 3 4 5 6 7
// RUN: %clang_cc1 -triple i386-apple-darwin9 -emit-llvm -o /dev/null %s // PR6805 void foo() { union { int i; } u; u.i=1; }