summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/struct.c
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2008-05-27 22:44:22 +0000
committerDevang Patel <dpatel@apple.com>2008-05-27 22:44:22 +0000
commitd608074e096193468a0ac527583ad7988bec1d57 (patch)
tree2d7a43e92830b37c2a459554e51e7c50bc393b16 /clang/test/CodeGen/struct.c
parentce956e0613334b60b4098317f7e4c46f392e3f44 (diff)
downloadbcm5719-llvm-d608074e096193468a0ac527583ad7988bec1d57.tar.gz
bcm5719-llvm-d608074e096193468a0ac527583ad7988bec1d57.zip
Fix test case
llvm-svn: 51618
Diffstat (limited to 'clang/test/CodeGen/struct.c')
-rw-r--r--clang/test/CodeGen/struct.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGen/struct.c b/clang/test/CodeGen/struct.c
index a081ef13132..4c88c2539fd 100644
--- a/clang/test/CodeGen/struct.c
+++ b/clang/test/CodeGen/struct.c
@@ -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 */
OpenPOWER on IntegriCloud