1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-23 09:21:09 +01:00
nix/tests/lexer.nix
2016-01-19 20:35:35 +00:00

2 lines
54 B
Nix

let const = a: "const"; in
''${ const { x = "q"; }}''