<<
3/25
>>
First
Last
mangling
問題: C++ にはオーバーロードがある
struct Class { void func(int i) {} void func(long l) {} };
同じ名前を同じシンボルにしちゃいけない