// Contributed by Dodji Seketeli // Origin PR c++/41863 template struct Bar { }; template class Foo { T m_foo; void crash() { Bar bar; } };