Fix test case

llvm-svn: 51618
This commit is contained in:
Devang Patel 2008-05-27 22:44:22 +00:00
parent ce956e0613
commit d608074e09
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ void f12()
/* struct initialization */
struct a13 {int b; int c;};
struct a13 c13 = {5};
typedef struct a13 a13;
struct a14 { short a; int b; } x = {1, 1};
/* flexible array members */