From: Chris Lattner Date: Sun, 2 Nov 2003 00:57:56 +0000 (+0000) Subject: New testcase for PR79 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=09dc5a68279f08a25736ddede0d759fe0b0b30c7;p=oota-llvm.git New testcase for PR79 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9645 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CFrontend/2003-11-01-GlobalUnionInit.c b/test/CFrontend/2003-11-01-GlobalUnionInit.c new file mode 100644 index 00000000000..83ee8c0417f --- /dev/null +++ b/test/CFrontend/2003-11-01-GlobalUnionInit.c @@ -0,0 +1,5 @@ +union bdflush_param { + struct { int x; } b_un; + int y[1]; +} bdf_prm = {{30}}; +