commit | a3ed684d3a9b891b1b08a65d14ce07f3a8e0b933 | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Tue May 27 22:44:22 2008 +0000 |
committer | Devang Patel <dpatel@apple.com> | Tue May 27 22:44:22 2008 +0000 |
tree | c5e423e29671ad4c4c71a5642638d03f98b7722f | |
parent | fb9e3078971208f43283ac97c6bb27f58ed54baf [diff] [blame] |
Fix test case git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51618 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/struct.c b/test/CodeGen/struct.c index a081ef1..4c88c25 100644 --- a/test/CodeGen/struct.c +++ b/test/CodeGen/struct.c
@@ -140,6 +140,7 @@ /* 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 */