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
PR libstdc++/87308 adjust regex used in std::any pretty printer
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.test-framework
/
dg-do-run-xrif-exp-F.c
blob
591c0f6792a85b6372b9fb00308979d9855a7be4
1
/* { dg-do run } */
2
/* { dg-xfail-run-if "" { empty-*-* } } */
3
4
extern
void
abort
(
void
);
5
6
int
7
main
()
8
{
9
abort
();
/* This results in a failure. */
10
}