New Testcases + New Script
[testub10.git] / codeb / skinner33_03.0
1 struct a end;
2
3 method foo(b)
4         if 0 * b then
5                 return b;
6         else
7                 return (b - a);
8         end;
9 end;