ORCA-C/Tests/Conformance/C2.2.0.1.CC
2017-10-21 18:40:19 -05:00

7 lines
183 B
C++

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