blob: bd56f9e688a330abc8849fd740dd4290ed51ad36 [file] [log] [blame]
Chris Lattner933f6782010-04-12 21:10:05 +00001// RUN: %clang_cc1 -emit-llvm %s -o - -triple i686-pc-linux-gnu | FileCheck %s
Eli Friedman62561fe2009-08-01 23:11:24 +00002
3// Make sure we generate something sane instead of a ptrtoint
4union x {long long b;union x* a;} r = {.a = &r};
Chris Lattner933f6782010-04-12 21:10:05 +00005
6
7// CHECK: bitcast (%0* @r to %union.x*), [4 x i8] zero