mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
Yet another testcase distilled from emacs by Misha!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8010 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
76bbaa53ca
commit
bcf86d8ddb
10
test/CFrontend/2003-08-21-StmtExpr.c
Normal file
10
test/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…
Reference in New Issue
Block a user