]> Nishi Git Mirror - gwion.git/commitdiff
:art: Test call nonnull
authorfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 10 Oct 2019 11:20:48 +0000 (13:20 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 10 Oct 2019 11:20:48 +0000 (13:20 +0200)
tests/tree/call_nonnull.gw [new file with mode: 0644]

diff --git a/tests/tree/call_nonnull.gw b/tests/tree/call_nonnull.gw
new file mode 100644 (file)
index 0000000..1402c57
--- /dev/null
@@ -0,0 +1,3 @@
+typedef void test_t<~A~>();
+test_t !t;
+t<~int~>();