diff options
Diffstat (limited to 'bootstrap/test2.cff')
| -rw-r--r-- | bootstrap/test2.cff | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bootstrap/test2.cff b/bootstrap/test2.cff new file mode 100644 index 0000000..ee24d45 --- /dev/null +++ b/bootstrap/test2.cff @@ -0,0 +1,6 @@ +import "libc.hff"; + +struct Node { + next *Node, + value int, +} |