jompiler/tests/test-simple.c

5 lines
No EOL
92 B
C

// Simple test for basic compiler functionality
int main(int argc, int argv)
{
return 0;
}