view nocompile/c/const_30_A.d @ 1489:b8c0195059d9

changed nntp: URLs to http: URLs
author thomask
date Mon, 09 Apr 2007 13:47:01 +0000
parents a14f009fc6bc
children
line wrap: on
line source

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

// @author@	Don Clugston <dac@nospam.com.au>
// @date@	2006-02-02
// @uri@	http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=6168

// __DSTRESS_ELINE__ 16

module dstress.nocompile.c.const_30_A;

const uint baboon = 3;
const int monkey = 4;

const ape = monkey * baboon;