aboutsummaryrefslogblamecommitdiff
path: root/unittests/SymbolFile/PDB/Inputs/test-dwarf.cpp
blob: f86ff3d875b4aed1ed0b0b37445b957412629b09 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                           
// Compile with "cl /c /Zi /GR- test.cpp"
// Link with "link test.obj /debug /nodefaultlib /entry:main /out:test.exe"

int __cdecl _purecall(void)
{
    return 0;
}

int
main(int argc, char **argv)
{

    return 0;
}