blob: 597765d2d084c27122ab48f19c25813253a6ac68 [file] [log] [blame]
int a = 1 / 0;
float b = 1 / 0;
float c = 1.0 / 0.0;
float d = -67.0 / (3.0 - 3);