]> Nishi Git Mirror - gwion.git/commitdiff
:art: test fptr decl call
authorfennecdjay <astor.jeremie@wanadoo.fr>
Wed, 9 Oct 2019 19:44:53 +0000 (21:44 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Wed, 9 Oct 2019 19:44:53 +0000 (21:44 +0200)
tests/tree/fptr_call_decl.gw [new file with mode: 0644]

diff --git a/tests/tree/fptr_call_decl.gw b/tests/tree/fptr_call_decl.gw
new file mode 100644 (file)
index 0000000..601d055
--- /dev/null
@@ -0,0 +1,2 @@
+typedef void test(int);
+(test t)(2);