// PR c++/28048 template struct Boom; template::Internal::Value> // <--ICE struct Foo { }; template struct Boom { struct Internal { static const bool Value = false; }; };