summaryrefslogtreecommitdiffstats
path: root/test/input/Function-calling-convention-ms.cxx
blob: fac3c42b2572474c4243419df09101b11175c122 (plain)
1
2
3
4
void __cdecl start(void (__cdecl *)());
void __stdcall start(void (__stdcall *)());
void __fastcall start(void (__fastcall *)());
void __thiscall start(void (__thiscall *)());