Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.oliva / nameret1.C
blobb32deedd4eea5e248c142e94e973c9ad68a290ea
1 // { dg-do assemble  }
2 // { dg-options "-Wno-deprecated" }
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 ();