view nocompile/offsetof_75.d @ 625:ec5f4198256b

updated <class>.ofsettof tests Ben Hinkle <ben.hinkle@gmail.com> 2005-07-04 news:dac0ps$1hh4$1@digitaldaemon.com
author thomask
date Sat, 13 Aug 2005 20:24:18 +0000
parents be3575b6bf40
children b8c0195059d9
line wrap: on
line source

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

// @author@	Jarrett Billingsley <kb3ctd2@yahoo.com>
// @date@	2005-04-22
// @uri@	news:d4c3qc$eu8$1@digitaldaemon.com

// __DSTRESS_ELINE__ 14

module dstress.nocompile.offsetof_75;

class A{
	static size_t offsetof(){
		return 0;
	}
}