implied: use a time based timeout instead of counting ->nr_children
[smatch.git] / validation / badtype1.c
blobced7f9f160a0a8694072a512fa4f162830e63ae1
1 static void foo(enum bar baz);
3 /*
4 * check-name: enum not in scope
5 * check-known-to-fail
6 */