aboutsummaryrefslogtreecommitdiff
path: root/src/testsuite/interpreter/builtin.input
blob: 7ceb0cd00d81c0a2cd5841386dd8c0d189c18d18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
-- test operations from builtin domains.

T := Record(f: Integer)

t0 := [9]@T

t1 := [1]@T

hash t0
t0 ~= t1