view compile/c/const_40_A.d @ 1213:90676a1cf4ac

[Issue 461] New: Constant not understood to be constant when circular module dependency exists. <digitalmars-com@baysmith.com> 2006-10-26 news:bug-461-3@http.d.puremagic.com/issues/
author thomask
date Wed, 08 Nov 2006 15:24:16 +0000
parents
children daef239f37cf
line wrap: on
line source

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

// @author@	<digitalmars-com@baysmith.com>
// @date@	2006-10-26
// @uri@	news:bug-461-3@http.d.puremagic.com/issues/
// @desc@	[Issue 461] New: Constant not understood to be constant when circular module dependency exists.

module /*dstress.*/compile.c.const_40_A;

import /*dstress.*/compile.c.const_40_B;

const int A = 7;