#ifndef A_H #define A_H template struct S; template struct T { struct S; enum E : int; }; #endif