1 static int fun(void)
2 {
3 typeof() a;
4 int b;
5
6 a = b;
7 }
8 /*
9 * check-name: Bad typeof syntax segfault
10 *
11 * check-error-start
12 bad-typeof.c:3:16: error: expected expression after the '(' token
13 * check-error-end
14 */