The Tor Browser
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
revisions
annotate
diff
comparison
raw
comparison: xpcom/tests/TestQuickReturn.cpp
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
}