#include "lib.h" int calc(int a, int b) { return a+b; }