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
Merge aosp-toolchain/gcc/gcc-4_9 changes.
[official-gcc.git]
/
gcc-4_9
/
gcc
/
testsuite
/
gcc.test-framework
/
dg-do-run-sf-exp-P.c
blob
6e9dd849c59bec5251733f7d9d5f33dc9123debc
1
/* { dg-do run } */
2
/* { dg-shouldfail "required comment" } */
3
4
extern
void
abort
(
void
);
5
6
int
7
main
()
8
{
9
abort
();
/* We expect nonzero, so this passes. */
10
}