summaryrefslogtreecommitdiffstats
path: root/test/cbot/scenarios/testmw.txt
blob: 6570f6d1cc7cf407a68b2b4f573dc650cda1e803 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
extern public int testmw( int a)
{
  boolean b = true ;

  if (b)
    return 1 ;
  else
    return a ;  0 * testmw(a-1) ; 
}

public int Fibo2 ( int n )
{
	print ( " bof " );
}