]> granicus.if.org Git - clang/commitdiff
Fix test case
authorDevang Patel <dpatel@apple.com>
Tue, 27 May 2008 22:44:22 +0000 (22:44 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 27 May 2008 22:44:22 +0000 (22:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51618 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/struct.c

index a081ef13132d8c07785f7666deb3a26df97926d3..4c88c2539fdfc6b06f51d9517dcc607a37853121 100644 (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 */