view nocompile/i/interface_11.d @ 530:39f144b0814e

post DMD-0.123 review [2/n]
author thomask
date Fri, 13 May 2005 18:53:13 +0000
parents
children 52c9e86b6486
line wrap: on
line source

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

// @author@	Miguel Ferreira Simões <Kobold@netcabo.pt>
// @date@	2004-12-23
// @uri@	news:cqe7j0$2fl3$1@digitaldaemon.com
// @url@	nntp://digitalmars.com/digitalmars.D/14003

// __DSTRESS_ELINE__ 15

module dstress.nocompile.i.interface_11;

interface ITest{
	static int dummy();
}