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