Files
nix-js/nix-js/tests/lang/eval-fail-assert-equal-list-length.nix

7 lines
58 B
Nix

assert
[
1
0
] == [ 10 ];
throw "unreachable"