URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.test-framework/] [dg-do-run-sft-exp-P.c] - Rev 816
Compare with Previous | Blame | View Log
/* { dg-do run } */ /* { dg-shouldfail "comment" { *-*-* } { "*" } { "" } } */ extern void abort (void); int main () { abort (); /* We expect nonzero exit, so this passes. */ }