#include "sum.h" namespace example_library { int sum(int a, int b) { return a + b; } }