#pragma once #define EXERCISM_RUN_ALL_TESTS true namespace bob { const char * hey(const char str[]); }