blob: 47a4f5d3d72e2fc517c343d8986f150039a29d2f [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" "" { xfail *-*-* } } */
}