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

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

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

// @author@	Deewiant <deewiant.doesnotlike.spam@gmail.com>
// @date@	2006-02-11
// @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=724

// __DSTRESS_ELINE__ 17

module dstress.nocompile.t.typedef_11_A;

template Foo(TYPE) {
}

void main(){
	typedef Foo!(int) Foo;
}