view nocompile/t/typedef_14_B.d @ 1518:5b8f89bc1b52

fixed typo
author thomask
date Fri, 27 Apr 2007 17:21:55 +0000
parents 81222734adf3
children
line wrap: on
line source

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

// @author@	<smjg@iname.com>
// @date@	2006-04-01
// @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=79

// __DSTRESS_ELINE__ 16

module dstress.nocompile.t.typedef_14_B;

void main(){
	TYPEDEF x;
	
	typedef UNDEFINED TYPEDEF;
}