Newer
Older
zweic / tests / four / classes.zwei
@glproj03 glproj03 on 28 Dec 2005 112 bytes wicked cool test file added: script.sh
class C0
{
	Int b;
}

class C1 
{
	Int b;
	Int f1(Int a, Int b)
	{
		this.b;
		printInt(a);
		return b
	}
}
null