1void sin_int_int() { float x = sin(1, 2); }
2void sin_bool()    { float x = sin(true); }
3
4