c0afd8aa00888abcf52b4b958fa3f70ad4e773ca
[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