This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void f0(int x); | |
void f0(signed int x) {} | |
void f1(char x); | |
void f1(signed char x) {} | |
void f2(char x); | |
void f2(unsigned char x) {} | |
void f(char* pc, int* pi) |