blob: f5b5ee2208102fd830d31df9bd629f311862057e [file] [log] [blame]
/* APPLE LOCAL file radar 5985368 */
/* { dg-do compile } */
/* { dg-options "-fblocks" } */
int main(void)
{
void (^b)(void) { }; /* { dg-error "expected ';' at end of declaration" } */
return 0;
}