#include "hello.h" int test() {return 45; } int main() {return test();}