Add negative test for let_in

This commit is contained in:
Aymeric Fromherz 2023-03-28 13:01:41 +09:00
parent c711b0b1d7
commit 8fdd39d15a

View File

@ -0,0 +1,12 @@
## Test
```catala
declaration scope A:
context x content boolean
scope A:
definition x under condition
let y equals false in
y
consequence equals true
```