blob: 0dc3470afbaa753a562b0d0190208162819a934e [file] [log] [blame]
void sin_int_int() { float x = sin(1, 2); }
void sin_bool() { float x = sin(true); }
/*%%*
no match for sin(int, int)
no match for sin(bool)
*%%*/