1 // To generate the corresponding EXE/PDB (add -gcolumn-info for line columns):
2 // clang -cc1 -triple x86_64-pc-windows-msvc -gcodeview -debug-info-kind=constructor -emit-obj test.cpp
3 // lld-link test.obj -debug -entry:main
14 static void private_symbol() {
26 void __cdecl
foo_cdecl() {}
27 void __stdcall
foo_stdcall() {}
28 void __fastcall
foo_fastcall() {}
29 void __vectorcall
foo_vectorcall() {}