repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.test-framework
/
dg-do-run-sft-exp-F.c
blob
8695bd66a2bbbf91f257ab27493d5bd3fbf7b570
1
/* { dg-do run } */
2
/* { dg-shouldfail "comment" { unknown-*-* } { "*" } { "" } } */
3
4
extern
void
abort
(
void
);
5
6
int
7
main
()
8
{
9
abort
();
/* Directive is ignored so we expect zero; this fails. */
10
}