Skip to content

Commit

Permalink
test divison of negative number, to check that EDX is initialized pro…
Browse files Browse the repository at this point in the history
…perly before division
  • Loading branch information
nlsandler committed Oct 3, 2019
1 parent 5e9a314 commit 6d04fba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stage_3/valid/div_neg.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
int main() {
return (-12) / 5;
}

0 comments on commit 6d04fba

Please sign in to comment.