about summary refs log tree commit diff
path: root/third_party/nix/tests/lang/eval-okay-curpos.nix
# Bla
let
  x = __curPos;
    y = __curPos;
in [ x.line x.column y.line y.column ]