#include "lib.h" int doSomething(int x) { return x*3; }