1#ifndef STRCT_H2#define STRCT_H3struct strct_outer {4 template <typename = int>5 struct strct;6};7#endif8