summaryrefslogtreecommitdiff
path: root/test.icl
blob: 92f7a541cd4c543e044af2602d4c7c9b921daa74 (plain) (blame)
1
2
3
4
5
6
7
8
module test

(+) infixl 6 :: !Int !Int -> Int
(+) a b = code inline {
	addI
}

Start = 10 + 20