I am writing some C++ implementations which work if I inline all the functions into one file, but I would like to "graduate" to using includes. I have followed some different tutorials but in writing my own minimal working example I cannot figure out my mistake. The error I get is always undefined reference, in this case "undefined reference to tester::test(int)":