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