view nocompile/cast_24.d @ 323:c8c5c7a82c94

array - int h3r3tic 2005-03-18 news:d1d4lc$25e2$1@digitaldaemon.com
author thomask
date Fri, 18 Mar 2005 05:29:08 +0000
parents
children 1f6cf5ccfbc9
line wrap: on
line source

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

// @author@	h3r3tic
// @date@	2005-03-18
// @uri@	news:d1d4lc$25e2$1@digitaldaemon.com

// __DSTRESS_ERROR__ 16

module dstress.nocompile.cast_24;

int main(){
	int[10] arr;
	int *p = &arr[5];
	p - arr;
	return 0;
}