// { dg-do assemble } // { dg-options "-Wno-deprecated" } // Copyright (C) 1999, 2000, 2002 Free Software Foundation // by Alexandre Oliva // distilled from libg++'s Rational.cc inline int bar () return r {} // { dg-error "" } int foo () { return bar (); }