repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
FreeBSD: add file descriptor tracking for _umtx_op
[valgrind.git]
/
none
/
tests
/
fucomip.c
blob
171fa040d17a7125aad7850a3f784ea287afa16e
1
#include <stdio.h>
2
3
int
main
(
int
argc
,
char
**
argv
)
4
{
5
float
det
=
625
.
f
;
6
7
if
(
det
<
1
)
8
{
9
printf
(
"erm, what ?
\n
"
);
10
}
11
return
0
;
12
}