From: fennecdjay Date: Thu, 10 Oct 2019 14:17:51 +0000 (+0200) Subject: :art: Mre test on, tmpl func X-Git-Tag: nightly~2198^2~16 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=bc7064f1f299e240864e4c5de8f608b48f1a3121;p=gwion.git :art: Mre test on, tmpl func --- diff --git a/tests/tree/tmpl_fail_inner.gw b/tests/tree/tmpl_fail_inner.gw new file mode 100644 index 00000000..48074b72 --- /dev/null +++ b/tests/tree/tmpl_fail_inner.gw @@ -0,0 +1,5 @@ +fun void test<~A~>(int i) { + test<~A~>(2.3); +} + +test<~int~>(3);