[ create a new paste ] login | about

Link: http://codepad.org/xjBi8uDo    [ raw code | fork ]

C++, pasted on Jan 7:
1
2
3
4
void ambig(  signed long) { }
void ambig(unsigned long) { }

int main(void) { ambig((long)-1); return 0; }


Output:
No errors or program output.


Create a new paste based on this one


Comments: