view nocompile/o/opMod_01_C.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_C;

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