aboutsummaryrefslogtreecommitdiff
path: root/unittests/SymbolFile/PDB/Inputs/test-pdb-alt.cpp
blob: d36f15e53fb712447279f8852e7eb8aea7b514dc (plain) (blame)
1
2
3
4
5
6
7
8
9
// Compile with "cl /c /Zi /GR- test-pdb-alt.cpp"
// Link with "link test-pdb.obj test-pdb-alt.obj /debug /nodefaultlib /entry:main /out:test-pdb.exe"

#include "test-pdb.h"

int bar(int n)
{
    return n-1;
}