#ifndef TEST_STATIC_LIBRARY_H #define TEST_STATIC_LIBRARY_H int hello(int input); #endif //TEST_STATIC_LIBRARY_H