From 0a4f81e86d21d056329a2b7b2186152e9b9c2375 Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 7 Aug 2022 11:13:51 +0200 Subject: recursive datatypes without forward declaring first --- bootstrap/test2.cff | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bootstrap/test2.cff (limited to 'bootstrap/test2.cff') 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, +} -- cgit v1.2.3