index
:
fwd
gnc
master
mvcheck
A programming language that cannot return
kimi.h.kuparinen+fwd@gmail.com
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
type_mismatch
/
type_mismatch.fwd
blob: e837740e6342bb3801fa0cbb2d67d02db84b6ebe (
plain
) (
blame
)
1
2
3
4
5
takes_i32(i32 n) {} main() { takes_i32(20); }