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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
special
/
wkali-2.c
blob
c36024632c6be7893b26cc7fdd65d9835ccc1d0d
1
/* { dg-do run } */
2
/* { dg-require-weak "" } */
3
/* { dg-require-alias "" } */
4
/* { dg-additional-sources "wkali-2a.c wkali-2b.c" } */
5
6
#include <stdlib.h>
7
8
extern
int
foo
(
void
);
9
10
int
main
(
void
) {
11
12
if
(
foo
())
13
exit
(
0
);
14
else
15
abort
();
16
}