view compile/align_04.d @ 358:8a2ff09d62cb

dif. fixes 1
author thomask
date Fri, 25 Mar 2005 05:14:59 +0000
parents 1ed6616fe905
children
line wrap: on
line source

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

module dstress.compile.align_04;

align (2) struct MyStruct{
	int a;
	byte* b;
	int c(){	
		return 8;
	}
}