gecko/xpcom/tests/TestQuickReturn.cpp

7 lines
52 B
C++

#include <stdio.h>
int main () {
return 42;
}