2017-10-21 23:40:19 +00:00
|
|
|
/* 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");
|
|
|
|
}
|