blob: 4ef0e7a99a5057279c8cf6d49b11ba2d7df9e387 [file] [log] [blame]
/* { dg-do run } */
/* { dg-options "-DDEFINED" } */
/* { dg-shouldfail "comment" { def_nocache } { "*" } { "" } } */
extern void abort (void);
int
main ()
{
abort (); /* We expect nonzero exit, so this passes. */
}