1*f4a2713aSLionel Sambuc // RUN: %clang_cc1 %s -emit-llvm -o -
2*f4a2713aSLionel Sambuc 
3*f4a2713aSLionel Sambuc union A {                    // { uint }
4*f4a2713aSLionel Sambuc   union B { double *C; } D;
5*f4a2713aSLionel Sambuc } E = { { (double*)12312 } };
6*f4a2713aSLionel Sambuc 
7