blob: e36269e8d934e6061b6acd1b02923165f2564486 [file] [log] [blame]
__inline__ void bar(int x)
{
(void)x;
}
void foo(void)
{
bar(baz); /* { dg-error "undeclared|for each function" } */
}