1 2 3 4 5 6 7 8 9
// Local header includes for testing import edge extraction #include "myclass.hpp" #include "utils/helper.hpp" #include "config.h" class TestClass { public: void run(); };