Making an array element a reference to another variable

int array [12];
int &x = array [2];