brintos

brintos / llvm-project-archived public Read only

0
0
Text · 168 B · a92fb3b Raw
7 lines · c
1#ifndef C_H2#define C_H3template<typename T> struct S { int n; };4template<typename U> struct T<U>::S { int n; };5template<typename U> enum T<U>::E : int { e };6#endif7