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

diff --git a/tests/tree/udef.gw b/tests/tree/udef.gw
new file mode 100644 (file)
index 0000000..fd0449d
--- /dev/null
@@ -0,0 +1,6 @@
+class C {
+  union static {
+    int i;
+    float f;
+  };
+}