OSDN Git Service

2012-04-03 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / noncompile / pr35444-2.c
1 /* PR 35444: ICE from pending VLA sizes in invalid parameter list.
2    Similar case to the PR, but with "..." before the syntax error.  */
3 void foo(int n, int a[n], ... 0); /* { dg-error "expected" } */
4 void bar() {}