FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.oliva / nameret1.C
blob9ef5131e8750d7810d9005d3a83ab546a168eba4
1 // Build don't link:
2 // Copyright (C) 1999, 2000, 2002 Free Software Foundation
4 // by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6 // distilled from libg++'s Rational.cc
8 // Special g++ Options: -Wno-deprecated
10 inline int bar () return r {} // ERROR - 
12 int foo () {
13   return bar ();