void main() { float f[]; float flt = f[5]; float f[3]; // higher array index has already been used }