#ifndef E_H #define E_H #include "c.h" template struct S; template struct T; #endif