1 // Compile with "cl /c /Zi TypeServerTest.cpp /FdTypeServerTest.pdb"
2 
main(void)3 int main(void)
4 {
5 	return 0;
6 }
7