// This file intentionally does not import anything from the C++ stdlib. inline int my_sum(int a, int b) { return a + b; }