view nocompile/this_05.d @ 282:81fdb31f5960

this -> var in classes and structs Stewart Gordon <smjg_1998@yahoo.com> 2005-02-08 news:cua2nm$11pg$1@digitaldaemon.com nntp://news.digitalmars.com/digitalmars.D.bugs/2888
author thomask
date Sat, 12 Feb 2005 10:25:41 +0000
parents
children f87ba6507260
line wrap: on
line source

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

// @author@	Stewart Gordon <smjg_1998@yahoo.com>
// @date@	2005-02-08
// @uri@	news:cua2nm$11pg$1@digitaldaemon.com
// @url@	nntp://news.digitalmars.com/digitalmars.D.bugs/2888

module dstress.nocompile.this_05;

struct MyStruct{
	int i;
	int* p = &i; 
}