view addon/package_01_A.d @ 1519:f71bd33bb278

updated to DMD-1.013
author thomask
date Fri, 27 Apr 2007 17:22:49 +0000
parents 2474750465ff
children
line wrap: on
line source

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

// @author@	imr1984 <imr1984_member@pathlink.com>
// @date@	2005-04-20
// @uri@	news:d45a07$2qit$1@digitaldaemon.com

module addon.package_01_A;

class MyClass{
	package static int dummy;
}