view nocompile/d/delegate_15.d @ 603:d49e22280d75

post PFLUG catch up 2
author thomask
date Mon, 18 Jul 2005 21:50:03 +0000
parents
children b8c0195059d9
line wrap: on
line source

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

// @author@	Deewiant <deewiant.doesnotlike.spam@gmail.com>
// @date@	2005-07-13
// @uri@	news:db3j76$m2g$1@digitaldaemon.com

// __DSTRESS_ELINE__ 14

module dstress.nocompile.d.delegate_15;

void main() {
	int f = &delegate(){};
}