]> Nishi Git Mirror - gwion.git/commitdiff
:art: coverage
authorfennecdjay <astor.jeremie@wanadoo.fr>
Mon, 11 Nov 2019 14:34:27 +0000 (15:34 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Mon, 11 Nov 2019 14:34:27 +0000 (15:34 +0100)
tests/tree/auto_fun.gw [new file with mode: 0644]

diff --git a/tests/tree/auto_fun.gw b/tests/tree/auto_fun.gw
new file mode 100644 (file)
index 0000000..068381f
--- /dev/null
@@ -0,0 +1,9 @@
+class C {
+
+}
+
+C i[2];
+
+for(auto @a : i)
+     <<< a >>>;
+