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-dot-run-xrif-exp-P.c
blob
5bb92207a19b11c8ee87f61475ed47531aa46e4e
1
/* { dg-do run { xfail *-empty-* } } */
2
/* { dg-xfail-run-if "" { empty-*-* } { "*" } { "" } } */
3
4
extern
void
abort
(
void
);
5
6
int
7
main
()
8
{
9
return
0
;
/* Neither xfail list matched, so pass. */
10
}