blob: 597765d2d084c27122ab48f19c25813253a6ac68 [file] [log] [blame]
John Stiles6798e5d2020-09-17 18:20:26 -04001int a = 1 / 0;
2float b = 1 / 0;
3float c = 1.0 / 0.0;
4float d = -67.0 / (3.0 - 3);