diff options
Diffstat (limited to 'bootstrap/test2.cff')
| -rw-r--r-- | bootstrap/test2.cff | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap/test2.cff b/bootstrap/test2.cff index f5dec29..c9ef3c9 100644 --- a/bootstrap/test2.cff +++ b/bootstrap/test2.cff @@ -82,7 +82,9 @@ extern fn main() void { } printf("n %d\n", n.value); - printf("n link %d\n", n.link.value); + printf("n li" + "nk %d\n", n.link.value); + let x Node<f32> = {}; n->ok(); |