6 lines
45 B
Nix
6 lines
45 B
Nix
let
|
|
r = [];
|
|
x = builtins.throw r;
|
|
in
|
|
x
|
let
|
|
r = [];
|
|
x = builtins.throw r;
|
|
in
|
|
x
|