view nocompile/sizeof_05.d @ 228:a3cb1d622f37

updated sizeof tests
author thomask
date Mon, 03 Jan 2005 18:00:19 +0000
parents
children f87ba6507260
line wrap: on
line source

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

module dstress.nocompile.sizeof_05;

struct MyStruct{
	size_t sizeof(){
		return 6;
	}
}