Struct Member Alignment


	struct Foo
	{
		char x;
		align (4) char c;
		int a;
	}