ORCA-C/Tests/Conformance/C2.2.0.1.CC
2017-10-01 17:47:47 -06:00

1 line
183 B
C++
Executable File

/* Test 2.2.0.1: in-line comments */
main (/* This should be ignored */)
/*{ brackets should not be seen }*/
{
printf ("Passed Conformance Test 2.2.0.1\n");
/**//*****/}