Correctness tweak from Mark.
From-SVN: r27562
This commit is contained in:
parent
9662ad037c
commit
ff77e80cf8
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ struct B {
|
|||
|
||||
int main(void)
|
||||
{
|
||||
B(A());
|
||||
B b = A();
|
||||
if (pass)
|
||||
printf ("PASS\n");
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue