view addon/package_05_Z.d @ 1622:d402aa53926c

Add test for bug 3092 written by Manuel K?nig
author Leandro Lucarella <llucax@gmail.com>
date Tue, 19 Oct 2010 19:18:23 -0300
parents cb3296d36dce
children
line wrap: on
line source

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

// @author@	Jarrett Billingsley <jarrett.billingsley@gmail.com>
// @date@	2006-07-18
// @uri@	news:bug-257-3@http.d.puremagic.com/issues/
// @desc@	[Issue 257] New: package vars accessible from sub-modules, package funcs not

module /*dstress.*/addon.package_05_Z;

package int i;

package int test(){
	return 1;
}