summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/union-init2.c
blob: b167f8026af4de58178ad85984bbeb8250794f0e (plain)
1
2
3
4
// RUN: clang-cc -emit-llvm %s -o - | not grep ptrtoint

// Make sure we generate something sane instead of a ptrtoint
union x {long long b;union x* a;} r = {.a = &r};
OpenPOWER on IntegriCloud