2017-10-21 23:40:19 +00:00
|
|
|
/* Deviance Test 2.2.0.2: Ensure comments without terminators are flagged */
|
|
|
|
/* as errors */
|
|
|
|
main ()
|
|
|
|
{
|
|
|
|
/* don't terminate this one
|
|
|
|
|
|
|
|
int a;
|
|
|
|
|
|
|
|
*/ and then try to comment here */
|
|
|
|
|
|
|
|
a = 3;
|
|
|
|
printf ("Failed Deviance Test 2.2.0.2\n");
|
|
|
|
}
|