]> Nishi Git Mirror - gwion.git/commitdiff
:art: check_td array
authorfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 10 Oct 2019 11:08:24 +0000 (13:08 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 10 Oct 2019 11:08:24 +0000 (13:08 +0200)
tests/tree/check_td_array.gw [new file with mode: 0644]

diff --git a/tests/tree/check_td_array.gw b/tests/tree/check_td_array.gw
new file mode 100644 (file)
index 0000000..6638e2b
--- /dev/null
@@ -0,0 +1,3 @@
+int array[][][];
+`array` other_array;
+<<< other_array >>>;