index
:
firefox-esr
debian
progress-linux
upstream
debian 12: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
xpcom
/
tests
/
TestQuickReturn.cpp
blob: 07500bde9c843952f3ef4a91ff01c190ce52dd81 (
plain
)
1
2
3
4
5
int
main
(
int
argc
,
char
*
argv
[])
{
if
(
argc
!=
1
)
return
-1
;
return
42
;
}