1namespace N {
2struct S { static int D; };
3int S::D = 17;
4}
5