view nocompile/t/typedef_15_A.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@	<clayasaurus@gmail.com>
// @date@	2006-04-13
// @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=104

// __DSTRESS_ELINE__ 15

module dstress.nocompile.t.typedef_15_A;

Foofunc f;

typedef int function(Foo) Foofunc;