catala/tests/test_default/bad/empty_with_rules.catala
2021-01-23 20:49:17 -05:00

13 lines
165 B
Plaintext

@Article@
/*
new scope A:
param x content int
param y content int
scope A:
def y := 1
def x [|y = 2|] := 1
def x [|y = 3|] := 1
def x [|y = 4|] := 1
*/