// Build with "cl.exe /Zi /GR- /GS- -EHs-c- every-function.cpp /link /debug /nodefaultlib /incremental:no /entry:main"
// Getting functions with the correct calling conventions requires building in x86.
// clang-format off
void *__purecall = 0;
void __cdecl operator delete
void __cdecl operator delete
// All calling conventions that appear in normal code.
int __cdecl
int __stdcall
int __fastcall
int __vectorcall
;
int
int
void
void
void
void
void
void
void
Struct
;
;
;
int