brintos

brintos / llvm-project-archived public Read only

0
0
Text · 211 B · 33d7df0 Raw
8 lines · cpp
1// Compile with "cl /c /Zi /GR- test-pdb-alt.cpp"2// Link with "link test-pdb.obj test-pdb-alt.obj /debug /nodefaultlib3// /entry:main /out:test-pdb.exe"4 5#include "test-pdb.h"6 7int bar(int n) { return n - 1; }8