blob: 3ebf3a6c834dbf6ebf91bbcdc574c217817abd41 [file] [log] [blame]
/* PR c/84721 */
/* { dg-do compile } */
/* { dg-options "-g -O2" } */
int a[({ int b })]; /* { dg-error "braced-group within expression allowed only inside a function" } */
int c[({ int d () {}; })]; /* { dg-error "braced-group within expression allowed only inside a function" } */