Merge branch 'master' of git://github.com/skinner33/testub10
[testub10.git] / codeb / codea_intelli_06.0
1 struct x y z end;
2
3 method f()
4            return (x - y) * z;
5 end;