view nocompile/o/opMod_01_F.d @ 547:e482f375f716

int opMod 0
author thomask
date Thu, 19 May 2005 15:52:22 +0000
parents
children 86c0a56d7547
line wrap: on
line source

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

// __DSTRESS_ELINE__ 11

module dstress.nocompile.o.opMod_01_F;

const uint a = 2;
const uint b = 0;
const uint c = a % b;