From d3f30ab5ac6bdaa2c5457a4f74c540017210a2ae Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Thu, 10 Oct 2019 13:08:24 +0200 Subject: [PATCH] :art: check_td array --- tests/tree/check_td_array.gw | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/tree/check_td_array.gw diff --git a/tests/tree/check_td_array.gw b/tests/tree/check_td_array.gw new file mode 100644 index 00000000..6638e2b2 --- /dev/null +++ b/tests/tree/check_td_array.gw @@ -0,0 +1,3 @@ +int array[][][]; +`array` other_array; +<<< other_array >>>; -- 2.43.0