]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - unittests/SymbolFile/PDB/Inputs/test-dwarf.cpp
Vendor import of lldb release_39 branch r276489:
[FreeBSD/FreeBSD.git] / unittests / SymbolFile / PDB / Inputs / test-dwarf.cpp
1 // Compile with "cl /c /Zi /GR- test.cpp"
2 // Link with "link test.obj /debug /nodefaultlib /entry:main /out:test.exe"
3
4 int __cdecl _purecall(void)
5 {
6     return 0;
7 }
8
9 int
10 main(int argc, char **argv)
11 {
12
13     return 0;
14 }