blob: 90c3e424c4940b6833871de11c4642989d17c6ef [file] [log] [blame]
static int fun(void)
{
typeof() a;
int b;
a = b;
}
/*
* check-name: Bad typeof syntax segfault
*
* check-error-start
bad-typeof.c:3:16: error: expected expression after the '(' token
* check-error-end
*/