Yet another testcase distilled from emacs by Misha!
llvm-svn: 8010
This commit is contained in:
parent
ee333b1194
commit
f08cb1accf
|
|
@ -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