2009-07-13 shared(int) D言語 import std.stdio; void main() { shared(int) a; writeln(a); //shared(int) <---- !? } ・・・え? これ既に報告されているのだろうか?