/* ECP: FILEname=fig2_3.c */ /* 1*/ /* This comment ends early on the next line. /* 2*/ * This is not in the comment! /* 3*/ * Neither is this; the next line is also an error. /* 4*/ */ /* 5*/ #include /* 6*/ main( void ) /* 7*/ { /* 8*/ printf( "Testing 123\n" ); /* 9*/ }