1 2 3 4 5 6 7 8 9
__inline__ void bar(int x) { (void)x; } void foo(void) { bar(baz); /* { dg-error "undeclared|for each function" } */ }