/* 注意: このプログラムはコンパイルに失敗する可能性がある。 */ module pind.samples.ja.mixin_.mixin_11; void main() { mixin ("int i;"); mixin ("int i;"); // ← コンパイルエラー i = 42; }