repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/protocols - sync with NetBSD-8
[minix.git]
/
tests
/
usr.bin
/
xlint
/
lint1
/
d_gcc_extension.c
blob
d8bd8f5fe944f6d5e4e4489b136f830dfddcc451
1
/* extension */
2
void
a
(
void
) {
3
double
__logbw
=
1
;
4
if
(
__extension__
(({
__typeof
((
__logbw
))
x_
= (
__logbw
); !
__builtin_isinf
((
x_
)) && !
__builtin_isnan
((
x_
)); })))
5
__logbw
=
1
;
6
}