extra: handle loops where without a hard max that don't have a break
[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 */