Don't fall off the end of main

From-SVN: r31290
This commit is contained in:
Zack Weinberg 2000-01-09 07:14:03 +00:00
parent cb0a34c469
commit 9945cc1af8
1 changed files with 1 additions and 0 deletions

View File

@ -14,4 +14,5 @@ int main () {
/* i = 1; */ asm ("" : "=r" (i) : "0" (i ? 1 : 2));
if (i != 1)
abort();
return 0;
}