[ port("fib") ] interface fib

{

[callback] short OddFib(short n);
short EvenFib(short n);

}