blob: fd0ebdbfeef683e9ac4fb8783d50f0a8e86d075a [file] [log] [blame]
void sin_int_int() { float x = sin(1, 2); }
void sin_bool() { float x = sin(true); }