#ifndef __TEST_MY_ARRAY_H__ #define __TEST_MY_ARRAY_H__ #include "MyArray.h" void test(); // 测试方法 #endif