blob: 5f86b1c8417ff4a9f5926e6dccff7cac9db7a48b [file] [log] [blame]
// { dg-do assemble }
// { dg-options "-O1 -Wno-deprecated -Wno-return-type" }
// Copyright (C) 1999, 2000, 2002 Free Software Foundation
// by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
// distilled from libg++'s Integer.cc
inline int bar () return r {} // { dg-error "" }
int& foo (int& x) {
bar ();
return x;
}