Merge branch 'master' of git.martlubbers.net:clean-tests
[clean-tests.git] / runtasks / test.icl
1 implementation module test
2
3 class c c
4 where
5 m1 :: c
6
7 Start = 42