view nocompile/align_03.d @ 4:1ed6616fe905

extended array tests
author thomask
date Sun, 26 Sep 2004 15:54:31 +0000
parents
children 33a25c1e1cfc
line wrap: on
line source

align (1) struct MyStruct{
	int a;
	byte* b;
	int c();
}