# int status; # # struct MyStruct{ # } # # void rec(int i, MyStruct s){ # if( i > 0 ){ # status++; # rec(i-1, s); # } # } # # int main(){ # assert(status==0); # MyStruct st; # rec(1030, st); # assert(status==1030); # return 0; # } dmd -fPIC -O struct_12.d Internal error: ../ztc/gloop.c 1305 test case: http://dstress.kuehne.cn/run/struct_12.d
Fixed DMD 1.005
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル