#ifndef FUNC_H #define FUNC_H struct func_outer { template void func(); }; #endif