scripts: benchmarkskript so modifiziert, dass libc-calls keine probleme machen
[testub10.git] / codea / snafu_00.0
1 method foo(a b c)
2         return a;
3 end;
4
5 method bar(a b c)
6         return b;
7 end;
8
9 method foobar(a b c)
10         return c;
11 end;