4 lines
89 B
Plaintext
4 lines
89 B
Plaintext
|
void sin_int_int() { float x = sin(1, 2); }
|
||
|
void sin_bool() { float x = sin(true); }
|
||
|
|