]> Nishi Git Mirror - gwion.git/commitdiff
:art: Mre test on, tmpl func
authorfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 10 Oct 2019 14:17:51 +0000 (16:17 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 10 Oct 2019 14:17:51 +0000 (16:17 +0200)
tests/tree/tmpl_fail_inner.gw [new file with mode: 0644]

diff --git a/tests/tree/tmpl_fail_inner.gw b/tests/tree/tmpl_fail_inner.gw
new file mode 100644 (file)
index 0000000..48074b7
--- /dev/null
@@ -0,0 +1,5 @@
+fun void test<~A~>(int i) {
+  test<~A~>(2.3);
+}
+
+test<~int~>(3);