summaryrefslogtreecommitdiffstats
path: root/test/cbot/scenarios/test23.txt
blob: d6e1dddb27f1978c2c718e1c3ac6400d179c42cc (plain)
1
2
3
4
5
6
7
8
9
10
extern public void object::TEST23()
{
	CLASS22	T;
	T.T22( ) ;

	show( position );
	show( this.position );

//	T22();
}