Compiler projects using llvm
// Compile with "cl /c /Zi TypeServerTest.cpp /FdTypeServerTest.pdb"

int main(void)
{
	return 0;
}