#pragma once namespace example_library { int sum(int a, int b); }