2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / noncompile / 20010425-1.c
blobe36269e8d934e6061b6acd1b02923165f2564486
1 __inline__ void bar(int x)
3 (void)x;
6 void foo(void)
8 bar(baz); /* { dg-error "undeclared|for each function" } */