snafu_05.0: does not follow 7-v rule (may fail)
[testub10.git] / codea / intelli_06.0
1 struct x y z end;
2
3 method f()
4            return (x - y) * z;
5 end;