FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / loverload4.C
blobc689bf5169d72abb89be1a9aeecf36691d3922ff
1 // Bug: g++ dies on this input.
2 // Build don't link:
4 inline char abs (char x) { return 0; }
6 extern "C" {
7   inline int abs (int x) { return 1; }