b0337470a142b847c19cfd7d4760da0aecfb1334
[clean-tests.git] / if / test.icl
1 module test
2
3 import Data.Func
4
5 Start = (if` True 42) 52
6
7 if` c t e :== if c t e