brintos

brintos / llvm-project-archived public Read only

0
0
Text · 112 B · cff3329 Raw
8 lines · c
1#ifndef ALIAS_H2#define ALIAS_H3struct alias_outer {4  template <typename = int>5  using alias = int;6};7#endif8