view complex/object_02/object.d @ 950:fd579aa6ff7e

<regan@netwin.co.nz> 2006-04-07 news:bug-90-3@http.d.puremagic.com/bugzilla/
author thomask
date Sat, 08 Apr 2006 19:00:32 +0000
parents
children
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

// @author@	<regan@netwin.co.nz>
// @date@	2006-04-07
// @uri@	news:bug-90-3@http.d.puremagic.com/bugzilla/

class X{
	int i;
}

int main(){
	return 0;
}