scripts: benchmarkskript so modifiziert, dass libc-calls keine probleme machen
[testub10.git] / codea / intelli_05.0
1 struct x y z b end;
2
3 method f(a b)
4         return b;
5 end;
6
7 struct u v end;
8
9 method g(a)
10         return u * a.v;
11 end;