ushalow
[clean-tests.git] / list_types / test.icl
1 module test
2
3 import StdEnv
4
5 a x y = x + y
6
7 Start = a 4 5