Commit 392b6316 by Jason Merrill

new

From-SVN: r34148
parent 86f45d2c
// Test that we don't get a warning about flowing off the end.
// Build don't link:
// Special g++ Options: -Wreturn-type
struct A {
~A ();
};
int f()
{
A a1[2];
A a2[2];
return 1234567;
}
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