blob: 6cb5c9ec38572757d5be5fe8b9be553fc9aea592 [file] [log] [blame]
// Build don't link:
// Copyright (C) 1999, 2000 Free Software Foundation
// by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
// distilled from libg++'s Rational.cc
// Special g++ Options: -Wno-deprecated
inline int bar () return r {}
int foo () {
return bar ();
}