view addon/private_08_Z.d @ 1522:31d658aa7480

fixed fcmov* notation
author thomask
date Fri, 27 Apr 2007 17:25:29 +0000
parents 3bceadfda331
children
line wrap: on
line source

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

module addon.private_08_Z;

private class PClass{
	int dummy;
}

private interface PInterface{
	void dummy();
}

private enum PEnum{
	DUMMY = 1
}