blob: b4597acc9a5a5c7ba461a97dc4194ef6c7cc782d [file] [log] [blame]
public void testDivideByZero() {
int zero = 0;
int result = 8 / zero;
int result = 8 / zero;}