Commit ff77e80c by Jeff Law

Correctness tweak from Mark.

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