double@test1 = min(-1.5, 1.5);
float@test2 = min(-1.5f, 1.5f);
int@test3 = min(-1, 1);
