jompiler/tests/test-basic.c

5 lines
No EOL
60 B
C

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