ORCA-C/Tests/Conformance/C2.2.0.1.CC

7 lines
183 B
Plaintext
Raw Normal View History

/* 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");
/**//*****/}