repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.test-framework
/
dg-dox-run-exp-XF.c
blob
69cff8bb8e3146cec0113062d775516e26d51302
1
/* Test the tester; previously gcc.misc-tests/dg-7.c. */
2
/* { dg-prms-id 42 } */
3
/* { dg-do run { xfail *-*-* } } */
4
extern
void
abort
(
void
);
5
6
main
() {
abort
();
return
0
; }