Return 0 from test, for the benefit of Visual C++ 6.

[SVN r31202]
This commit is contained in:
Daniel James
2005-10-05 20:52:00 +00:00
parent 803b01c8c8
commit 906b14102d

View File

@@ -91,4 +91,6 @@ int main()
test(x9);
test(x10);
test(x11);
return 0;
}