Commit 9945cc1a by Zack Weinberg

Don't fall off the end of main

From-SVN: r31290
parent cb0a34c4
......@@ -14,4 +14,5 @@ int main () {
/* i = 1; */ asm ("" : "=r" (i) : "0" (i ? 1 : 2));
if (i != 1)
abort();
return 0;
}
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