/* 注意: このプログラムはコンパイルに失敗する可能性がある。 */ module pind.samples.ja.alias_.alias_3; void main() { auto object = new Sub; object.city = 42; // ← コンパイルエラー }