catala/tests/test_struct/nested2.catala
2020-12-06 12:32:36 +01:00

11 lines
117 B
Plaintext

@Article@
/*
new struct S:
data x type E
data y type int
new enum E:
-- Case1 type bool
-- Case2 type S
*/