comparison: xpcom/tests/TestQuickReturn.cpp
xpcom/tests/TestQuickReturn.cpp
- branch
- TOR_BUG_9701
- changeset 13
- 44a2da4a2ab2
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 } |