5 lines
No EOL
92 B
C
5 lines
No EOL
92 B
C
// Simple test for basic compiler functionality
|
|
int main(int argc, int argv)
|
|
{
|
|
return 0;
|
|
} |