1 #ifndef FUNC_H 2 #define FUNC_H 3 struct func_outer { 4 template <typename = int> 5 void func(); 6 }; 7 #endif 8