STYLE: Nightly Version update
[cmake.git] / Tests / SimpleInstall / TestSubDir / TSD.cxx
blob8fc38787acd8813c0f2a6851c8ac19a8b2d379f6
1 #include <stdio.h>
3 #include "TSD.h"
5 int main()
7 int res = TSD("TEST");
8 printf("Hello from TSD\n");
9 return res;