#ifndef STRUCT_H #define STRUCT_H template struct Struct { A a; B b; C c; D d; E e; F f; }; template struct Struct { A a; B b; C c; D d; E e; }; template struct Struct { A a; B b; C c; D d; }; template struct Struct { A a; B b; C c; }; template struct Struct { A a; B b; }; template struct Struct { A a; }; template<> struct Struct { }; #endif