1 struct bigfoo {
2 	int	x;
3 	char	buf[20];
4 	int	y;
5 	long	z;
6 	float	f;
7 	double	d;
8 	char	buf2[16];
9 };
10 
11