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.c-torture
/
execute
/
ffs-1.c
blob
da82e55805da7dc36c57ba6055baf180c3e4bef4
1
__volatile
int
a
=
0
;
2
3
extern
void
abort
(
void
);
4
extern
void
exit
(
int
);
5
6
int
7
main
(
void
)
8
{
9
if
(
__builtin_ffs
(
a
) !=
0
)
10
abort
();
11
exit
(
0
);
12
}