mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
4f7824c58e
"tests/lang.sh" can handle this.
2 lines
54 B
Nix
2 lines
54 B
Nix
let const = a: "const"; in
|
|
''${ const { x = "q"; }}''
|