view nocompile/align_01.d @ 70:5f98d4a33d49

1) review of all test cases with unexpected results (except encoding and html/xml) 2) updated todo
author thomask
date Sat, 23 Oct 2004 22:47:47 +0000
parents 33a25c1e1cfc
children
line wrap: on
line source

// according to the documentation align can only be applied to struct members
module dstress.nocompile.align_01;

align (1) int check(){
	return 5;
}