• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1void sin_int_int() { float x = sin(1, 2); }
2void sin_bool()    { float x = sin(true); }
3
4
5/*%%*
6no match for sin(int, int)
7no match for sin(bool)
8*%%*/
9