Fix test-suite fallout of default -Wreturn-type.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.oliva / nameret1.C
blob8e5eccc293a80c5614cf6d1e62d5f2f2d9663efc
1 // { dg-do assemble  }
2 // { dg-options "-Wno-deprecated -Wno-return-type" }
3 // Copyright (C) 1999, 2000, 2002 Free Software Foundation
5 // by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7 // distilled from libg++'s Rational.cc
10 inline int bar () return r {} // { dg-error "" } 
12 int foo () {
13   return bar ();