Don't fall off the end of main
From-SVN: r31290
This commit is contained in:
parent
cb0a34c469
commit
9945cc1af8
1 changed files with 1 additions and 0 deletions
|
@ -14,4 +14,5 @@ int main () {
|
|||
/* i = 1; */ asm ("" : "=r" (i) : "0" (i ? 1 : 2));
|
||||
if (i != 1)
|
||||
abort();
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue