module pind.samples.ja.name_space.name_space_2; void main() { // このスコープはどの文とも関連付けられていない: { int a; } // もう1つ: { int a; // この'a'は前の'a'とは異なる } }