Correctness tweak from Mark.

From-SVN: r27562
This commit is contained in:
Jeff Law 1999-06-16 18:48:26 -06:00
parent 9662ad037c
commit ff77e80cf8
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ struct B {
int main(void)
{
B(A());
B b = A();
if (pass)
printf ("PASS\n");
else