summaryrefslogtreecommitdiffstats
path: root/test/input/Function-calling-convention-ms-annotate.cxx
blob: 4803dd8d8ea63c71ec68d2f24f67c5258c29e3f3 (plain)
1
2
3
4
__attribute__ ((annotate ("an annotation"))) void __cdecl start(void (__cdecl *)());
__attribute__ ((annotate ("an annotation"))) void __stdcall start(void (__stdcall *)());
__attribute__ ((annotate ("an annotation"))) void __fastcall start(void (__fastcall *)());
__attribute__ ((annotate ("an annotation"))) void __thiscall start(void (__thiscall *)());