1 // To generate the corresponding EXE/PDB, run:
3 // To generate the PDB with column numbers, run:
4 // clang-cl /Zi -gcolumn-info test.cpp
15 static void private_symbol() {
27 void __cdecl
foo_cdecl() {}
28 void __stdcall
foo_stdcall() {}
29 void __fastcall
foo_fastcall() {}
30 void __vectorcall
foo_vectorcall() {}