[llvm-commits] CVS: llvm/test/Regression/CFrontend/2003-08-21-StmtExpr.c
Chris Lattner
lattner at cs.uiuc.edu
Thu Aug 21 13:26:02 PDT 2003
Changes in directory llvm/test/Regression/CFrontend:
2003-08-21-StmtExpr.c added (r1.1)
---
Log message:
Yet another testcase distilled from emacs by Misha!
---
Diffs of the changes:
Index: llvm/test/Regression/CFrontend/2003-08-21-StmtExpr.c
diff -c /dev/null llvm/test/Regression/CFrontend/2003-08-21-StmtExpr.c:1.1
*** /dev/null Thu Aug 21 13:25:47 2003
--- llvm/test/Regression/CFrontend/2003-08-21-StmtExpr.c Thu Aug 21 13:25:37 2003
***************
*** 0 ****
--- 1,10 ----
+
+ typedef struct {
+ unsigned long val;
+ } structty;
+
+ void bar(structty new_mask);
+ static void foo() {
+ bar(({ structty mask; mask; }));
+ }
+
More information about the llvm-commits
mailing list