brintos

brintos / llvm-project-archived public Read only

0
0
Text · 103 B · 7a15c69 Raw
8 lines · c
1#ifndef FUNC_H2#define FUNC_H3struct func_outer {4  template <typename = int>5  void func();6};7#endif8