index
:
cff
master
toy systems language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bootstrap
/
test2.cff
blob: ee24d45a359a065214f352cf4f79c80e5069d4a4 (
plain
) (
blame
)
1
2
3
4
5
6
import "libc.hff"; struct Node { next *Node, value int, }