1#ifndef FUNC_H2#define FUNC_H3struct func_outer {4 template <typename = int>5 void func();6};7#endif8