blob: ea6ee9ebaf095892e3061f42ce3bc2c59cb4070c [file] [log] [blame]
/* APPLE LOCAL file radar 5811887 */
/* Test that with -std=c99 blocks is off by default. */
/* { dg-do compile } */
/* { dg-options "-std=c99" } */
int main()
{
void (^Vblock)(void) = ^{}; /* { dg-error "expected identifier" } */
}