view run/c/const_39_B.d @ 1160:7c35155bad9c

[Issue 389] New: Cannot link to std.path.altsep Bradley Smith <digitalmars-com@baysmith.com> 2006-09-30 news:bug-389-3@http.d.puremagic.com/issues/
author thomask
date Mon, 02 Oct 2006 08:02:50 +0000
parents
children daef239f37cf
line wrap: on
line source

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

// @author@	Bradley Smith <digitalmars-com@baysmith.com>
// @date@	2006-09-30
// @uri@	news:bug-389-3@http.d.puremagic.com/issues/
// @desc@	[Issue 389] New: Cannot link to std.path.altsep

module dstress.run.c.const_39_B;

const char[0] array;

int main(){
	if(array.length != 0){
		assert(0);
	}
	return 0;
}