ushalow
[clean-tests.git] / linker / test.icl
1 module test
2
3 f :: !Int -> !Int
4 f _ = code {
5 ccall bork "I:I"
6 }
7
8 Start = f