brintos

brintos / llvm-project-archived public Read only

0
0
Text · 125 B · e882055 Raw
9 lines · c
1#ifndef A_H2#define A_H3template<typename T> struct S;4template<typename U> struct T {5  struct S;6  enum E : int;7};8#endif9