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