From: fennecdjay Date: Wed, 9 Oct 2019 19:44:53 +0000 (+0200) Subject: :art: test fptr decl call X-Git-Tag: nightly~2198^2~69 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=a96acd04623f50a3f83d53ef8014ec91b3c607c6;p=gwion.git :art: test fptr decl call --- diff --git a/tests/tree/fptr_call_decl.gw b/tests/tree/fptr_call_decl.gw new file mode 100644 index 00000000..601d0557 --- /dev/null +++ b/tests/tree/fptr_call_decl.gw @@ -0,0 +1,2 @@ +typedef void test(int); +(test t)(2);