1BEGIN 2{ 3 @map[7] = 2; 4 clear(@map); 5 printf("=> Print after clear should not crash %d:\n", @map); 6} 7 8