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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.test-framework
/
dg-dox-run-sf-exp-XF.c
blob
e5eae7775c4a4d83297d97b3a81ddaba5deefcf2
1
/* { dg-do run { xfail *-*-* } } */
2
/* { dg-shouldfail "required comment" } */
3
4
int
5
main
()
6
{
7
return
0
;
/* We want nonzero but expect to fail; XFAIL. */
8
}