Skip to content

Commit

Permalink
add reference to DMD version
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Sep 21, 2011
1 parent 0b93685 commit c5e22f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/fail_compilation/fail353.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ void foo()
dq NOP,NOP,NOP,NOP; // 64
dq NOP,NOP,NOP,NOP; // 96
dq NOP,NOP,NOP,NOP; // 128
loop L1; // signed underflow of rel8
// unnoticed signed underflow of rel8 with DMD2.056
loop L1;
}
}

0 comments on commit c5e22f5

Please sign in to comment.