math: improve how get_absolute_min/max() work
[smatch.git] / validation / bad-typeof.c
blob90c3e424c4940b6833871de11c4642989d17c6ef
1 static int fun(void)
3 typeof() a;
4 int b;
6 a = b;
8 /*
9 * check-name: Bad typeof syntax segfault
11 * check-error-start
12 bad-typeof.c:3:16: error: expected expression after the '(' token
13 * check-error-end