X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/a469422e9be4244c098a309e78aa3b761cf0a5ec..d5fdd49e70b734b791eb907706f92da5775e2a8b:/test/test.sod?ds=sidebyside diff --git a/test/test.sod b/test/test.sod index 429e384..72febd5 100644 --- a/test/test.sod +++ b/test/test.sod @@ -167,6 +167,7 @@ class T1Base: SodObject { [combination = sum] int asum(); [combination = and] int aand(); [combination = max] int amax(); + [role = around] int base.asum() { return (CALL_NEXT_METHOD); } [combination = custom, empty = { sod_ret = 0; },