int main() { puts("application says hello!"); TestMe test; test.hello1(); test.hello2(); return lib1_hello(); }
int main() { puts("application says hello!"); return lib1_hello(); }