void main() { array fruit = ({ "apple", "orange" }); write("%d\n", sizeof(fruit)); }