xpcom/tests/TestQuickReturn.cpp

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:78cbe2edfcf9
1 #include <stdio.h>
2
3 int main (int argc, char* argv[]) {
4 if (argc != 1)
5 return -1;
6
7 return 42;
8 }

mercurial