From ecb7e5c8afe929ee38155db94de6b084ec32a645 Mon Sep 17 00:00:00 2001 From: Roman Divacky Date: Tue, 16 Feb 2010 09:31:36 +0000 Subject: Update clang to r96341. --- test/CodeGen/union.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/CodeGen/union.c') diff --git a/test/CodeGen/union.c b/test/CodeGen/union.c index b40a405597ac..1883ca639b7e 100644 --- a/test/CodeGen/union.c +++ b/test/CodeGen/union.c @@ -39,3 +39,6 @@ int qfunc() {q buf; unsigned char* x = buf.x;} union RR {_Bool a : 1;} RRU; int RRF(void) {return RRU.a;} +// PR6164 +typedef union T0 { unsigned int : 0; } T0; +T0 t0; -- cgit v1.3