blob: b15cb50e8a04ba958518571ec0cbbb9d3f2813d1 [file] [log] [blame]
static void foo(enum bar baz);
/*
* check-name: enum not in scope
* check-known-to-fail
*
* check-error-start
badtype1.c:1:22: warning: bad scope for 'enum bar'
* check-error-end
*/