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