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