2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / loverload4.C
blobbdac76f4f566068c8834e5652ee8f86b0a78f70c
1 // { dg-do assemble  }
2 // Bug: g++ dies on this input.
4 inline char abs (char x) { return 0; }
6 extern "C" {
7   inline int abs (int x) { return 1; }