blob: 2fa1072f0c06b7930024f41478303432eb6b96de [file] [log] [blame]
description(
"Tests that our parse-time constant folding treats !(0/0) correctly."
);
shouldBe("!(0/0)", "true");