From: Jérémie Astor Date: Sat, 12 Jun 2021 15:20:35 +0000 (+0200) Subject: :art: Update test X-Git-Tag: nightly~605 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=e0dfd4b7748f80a6292acd0a875ba1d8e44c4ad5;p=gwion.git :art: Update test --- diff --git a/examples/usr_postfix.gw b/examples/usr_postfix.gw index 4abe01de..e99c7004 100644 --- a/examples/usr_postfix.gw +++ b/examples/usr_postfix.gw @@ -5,6 +5,7 @@ class C { operator int ++ (C c) { <<< "here" >>>; <<< c.i++ >>>; + return 0; } var C c; c++;