"MAIN: Check that the compiler under test can emit a valid main entry point."
I'm confused about the meaning of this... Does it mean that our compilers should be able to compile a file with the main function inside? Because if so how will the driver file be used in this case?
The 9th test in the specification is listed as:
"MAIN: Check that the compiler under test can emit a valid main entry point."
I'm confused about the meaning of this... Does it mean that our compilers should be able to compile a file with the main function inside? Because if so how will the driver file be used in this case?