expressions: make assign_expression() take an op argument
[smatch.git] / validation / badtype1.c
blobb15cb50e8a04ba958518571ec0cbbb9d3f2813d1
1 static void foo(enum bar baz);
3 /*
4 * check-name: enum not in scope
5 * check-known-to-fail
7 * check-error-start
8 badtype1.c:1:22: warning: bad scope for 'enum bar'
9 * check-error-end