comparison 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
comparison
equal deleted inserted replaced
546:f0f1f142bf6d 547:e482f375f716
1 // $HeadURL$
2 // $Date$
3 // $Author$
4
5 // __DSTRESS_ELINE__ 11
6
7 module dstress.nocompile.o.opMod_01_C;
8
9 const short a = 2;
10 const short b = 0;
11 const short c = a % b;