xref: /llvm-project/llvm/test/tools/llvm-pdbutil/Inputs/TypeServerTest.cpp (revision a657440bc695a98c54cd95bb7cc4cec5ab811d17)
1 // Compile with "cl /c /Zi TypeServerTest.cpp /FdTypeServerTest.pdb"
2 
main(void)3 int main(void)
4 {
5 	return 0;
6 }
7