]> Nishi Git Mirror - gwion.git/commitdiff
:awhite_check_mark: Test thunks
authorfennecdjay <astor.jeremie@wanadoo.fr>
Tue, 15 Oct 2019 23:50:43 +0000 (01:50 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Tue, 15 Oct 2019 23:50:43 +0000 (01:50 +0200)
tests/tree/thunk.gw [new file with mode: 0644]

diff --git a/tests/tree/thunk.gw b/tests/tree/thunk.gw
new file mode 100644 (file)
index 0000000..ea25191
--- /dev/null
@@ -0,0 +1,5 @@
+fun int thunk() {
+  return 11;
+}
+thunk();
+thunk();