mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-11 15:26:07 +00:00
Yet another testcase distilled from emacs by Misha!
llvm-svn: 8010
This commit is contained in:
parent
99d18c55fe
commit
bce5e9b2b2
10
test/Regression/CFrontend/2003-08-21-StmtExpr.c
Normal file
10
test/Regression/CFrontend/2003-08-21-StmtExpr.c
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
typedef struct {
|
||||
unsigned long val;
|
||||
} structty;
|
||||
|
||||
void bar(structty new_mask);
|
||||
static void foo() {
|
||||
bar(({ structty mask; mask; }));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user