view nocompile/offsetof_76.d @ 469:be3575b6bf40

override alignof / offsetof Jarrett Billingsley <kb3ctd2@yahoo.com> 2005-04-22 news:d4c3qc$eu8$1@digitaldaemon.com
author thomask
date Sat, 23 Apr 2005 06:12:08 +0000
parents
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_76;

struct A{
	static size_t alignof(){
		return 0;
	}
}