/* { dg-do run } */
/* { dg-shouldfail "comment" { unknown-*-* } { "*" } { "" } } */

extern void abort (void);

int
main ()
{
    abort ();  /* Directive is ignored so we expect zero; this fails.  */
}


syntax highlighted by Code2HTML, v. 0.9.1