aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/test2.cff
blob: ee24d45a359a065214f352cf4f79c80e5069d4a4 (plain) (blame)
1
2
3
4
5
6
import "libc.hff";

struct Node {
   next *Node,
   value int,
}