aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/eval-fail-assert-equal-int-float.nix
blob: 1dfdf2bdac63d77be036fb0667332a14e61e1579 (about) (plain) (blame)
1
2
assert 1 == 1.1;
throw "unreachable"