// Tests for Get template struct St { struct A { int a; static int s; }; typedef A T; }; #ifndef __GCCXML__ template int St::A::s = 43; #endif template class St;