• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 namespace N {
2 struct S { static int D; };
3 int S::D = 17;
4 }
5