void main() { const float index = 3.0; float f[index]; // arrays should be declared with an integer expression not float }