单项选择题

以下程序的输出结果是
typedef unionlong x[2]
int y[4];
char z[8];
MYTYPE;
MYTYPE them;
main()
printf("%d\n",sizeof(them));

A.32
B.16
C.8
D.24