void main() { int i = 3; float f[i]; // arrays should be declared with a constant size }