Commit 99f3f6cc by Alexandre Oliva Committed by Alexandre Oliva

* nameret2.C: New test.

From-SVN: r31069
parent bf3f1a71
1999-12-22 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* nameret2.C: New test.
* nameret1.C: New test.
* template10.C: New test.
......
// Copyright (C) 1999 Free Software Foundation
// by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
// distilled from libg++'s Integer.cc
// Special g++ Options:
// crash test - XFAIL *-*-*
inline int bar () return r {}
int& foo (int& x) {
bar ();
return x;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment