mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-11-19 03:07:00 +00:00
1 line
391 B
Plaintext
1 line
391 B
Plaintext
|
/* Conformance Test 2.2.0.2: Comments crossing multiple lines */
main ()
{
/* Should ignore this
comment line
as well as this comment line
and this
and this
and this
and this
and this
*/
printf ("Passed Conformance Test 2.2.0.2\n");
}
|