#include "app.hpp" namespace floormat { namespace { // tests go here void test_foo() {} } // namespace void test_app::zzz_test_misc() { test_foo(); } } // namespace floormat