// { dg-do assemble } template struct U { T mT; }; template struct M { enum FLAG {On, Off}; U mUF; }; M gm;