view addon/private_08_Z.d @ 1534:345207906be7

updated to DMD-1.013
author thomask
date Mon, 07 May 2007 05:19:35 +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
}