Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
70cb841dafcd1ea04b02bc1ebbe80fa6bd32a3da
/
.
/
test
/
filters-cases
/
bug-1307.cpp
blob: 0cdbfe905b20f9f4001708ecc1211feba487b090 [
file
] [
log
] [
blame
] [
raw
]
#include
<cmath>
int
testfunc
(
float
x
)
{
return
std
::
floor
(
x
);
}