5 lines
No EOL
69 B
C
5 lines
No EOL
69 B
C
// test-simple-return.c
|
|
int main(int argc, int argv)
|
|
{
|
|
return 42;
|
|
} |