#ifndef __FENNIX_KERNEL_non_constructor_tests_H__ #define __FENNIX_KERNEL_non_constructor_tests_H__ #ifdef DEBUG #include void TestString(); void TestMemoryAllocation(); #endif // DEBUG #endif // !__FENNIX_KERNEL_non_constructor_tests_H__