Server.cs never did anything at all.
[versaplex.git] / vxodbc / linker-test.cc
blob391b972b4d1148ef6bc504409363e5a6d3d563dc
1 #include <stdio.h>
3 int main()
5 printf("If you can see this, your shared library works.\n");
6 return 0;