view nocompile/typeof_06.d @ 1383:52c9e86b6486

@url@ -> @uri@
author thomask
date Sun, 04 Mar 2007 13:07:35 +0000
parents f87ba6507260
children d3a3e0c251d8
line wrap: on
line source

// $HeadULR$
// $Date$
// $Author$

// @author@	zwang <nehzgnaw@gmail.com>
// @date@	2005-02-19
// @uri@	news:cv7l03$2qfm$1@digitaldaemon.com
// @uri@	nntp://news.digitalmars.com/digitalmars.D.bugs/3023

// __DSTRESS_ELINE__ 15

module dstress.nocompile.typeof_06;

void test(){
	typeof(test) x=0;
}