Commit ff77e80c by Jeff Law

Correctness tweak from Mark.

From-SVN: r27562
parent 9662ad03
......@@ -21,7 +21,7 @@ struct B {
int main(void)
{
B(A());
B b = A();
if (pass)
printf ("PASS\n");
else
......
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