Add some cursed test cases

This commit is contained in:
Sven Slootweg 2023-09-10 01:07:37 +02:00
parent 070900db8f
commit 5a7548bd32
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
{ inherit (__trace "foo" { a = 1; b = 1; }) a b; }.a

View file

@ -0,0 +1 @@
let __mul = __getAttr; in "a" * {a = 1;}