1 #ifndef STRCT_H 2 #define STRCT_H 3 struct strct_outer { 4 template <typename = int> 5 struct strct; 6 }; 7 #endif 8