brintos

brintos / llvm-project-archived public Read only

0
0
Text · 107 B · 04d1244 Raw
8 lines · c
1#ifndef STRCT_H2#define STRCT_H3struct strct_outer {4  template <typename = int>5  struct strct;6};7#endif8