1 2 3 4 5 6 7 8 9 10
#ifndef XFR_TESTS_H #define XFR_TESTS_H class xfr_tests { public: xfr_tests(); }; #endif // XFR_TESTS_H