blob: 0cdbfe905b20f9f4001708ecc1211feba487b090 [file] [log] [blame] [raw]
#include <cmath>
int testfunc (float x)
{
return std::floor(x);
}