repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gcc/
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.test-framework
/
dg-do-run-xrif-exp-XF.c
blob
0a0a1f856c306e040ed0e024ab99da2a3fee0169
1
/* { dg-do run } */
2
/* { dg-xfail-run-if "" { *-*-* } { "*" } { "" } } */
3
4
extern
void
abort
(
void
);
5
6
int
7
main
()
8
{
9
abort
();
/* This results in an expected failure. */
10
}