view nocompile/argument_03.d @ 360:e38919011244

dif. fixes 3
author thomask
date Fri, 25 Mar 2005 05:22:21 +0000
parents
children e77e4444c170
line wrap: on
line source

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

// @uri@	news:pan.2005.02.21.10.56.53.306812@yahoo.com
// @author@	John Reimer <brk_6502@yahoo.com>
// @date@	2005-02-21

// __DSTRESS_ELINE__ 15

module dstress.nocompile.argument_03;

void test(
	bool lala = false,
	unsigned ubyte lala2 )
{
}