// PR c++/60167 template struct Foo { typedef int Bar; static Bar cache; }; template typename Foo::Bar Foo::cache;