1*67e74705SXin Li #ifndef STRESS1_M01_H 2*67e74705SXin Li #define STRESS1_M01_H 3*67e74705SXin Li 4*67e74705SXin Li #include "common.h" 5*67e74705SXin Li 6*67e74705SXin Li // Trigger the use of special members for a class this is also defined in other 7*67e74705SXin Li // modules. m01_special_members()8*67e74705SXin Liinline N00::S01 m01_special_members() { return N00::S01(); } 9*67e74705SXin Li 10*67e74705SXin Li #endif 11