Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gcc.test-framework
/
dg-dox-run-sf-exp-XP.c
blob: 59b5f8be21ff55d2a3ce8c7e91a32f54d53135e3 [
file
] [
log
] [
blame
]
/* { dg-do run { xfail *-*-* } } */
/* { dg-shouldfail "required comment" } */
extern
void
abort
(
void
);
int
main
()
{
abort
();
/* We want nonzero, but expect to fail; XPASS. */
}