summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/catch-undef-behavior.c
blob: b7a4a90347d9e403ede30f80bc78926b35c3b1b1 (plain)
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;
}
OpenPOWER on IntegriCloud