
void main() {
    int a[5];
    for (i=0; i<5; i++) {
        a[i] = i;    // Set array element to its index
        }
    }
