#include "minimal_lib.h" namespace minimal_lib { int getModified(int x) { return x + 1; } } // namespace minimal_lib