mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-11-17 20:06:49 +00:00
7 lines
183 B
C++
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");
|
|
/**//*****/}
|