comparison: xpcom/tests/TestQuickReturn.cpp
xpcom/tests/TestQuickReturn.cpp
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 #include <stdio.h> |
|
2 |
|
3 int main (int argc, char* argv[]) { |
|
4 if (argc != 1) |
|
5 return -1; |
|
6 |
|
7 return 42; |
|
8 } |