jompiler/tests/test-simple-return.c

5 lines
No EOL
69 B
C

// test-simple-return.c
int main(int argc, int argv)
{
return 42;
}