nix-gh/tests/lang/include-3.nix

2 lines
85 B
Nix

if x > 0 then x * (let x_ = x; in let x = x_ - 1; in include ./include-3.nix) else 1