with GNU: ``` $ /usr/bin/expr "85" "/" "983" ":" "83" /usr/bin/expr: division by zero ``` With our implementation: ``` $ ./target/debug/coreutils expr "85" "/" "983" ":" "83" 42 ``` Found by the fuzzer