C1102: Array of reference illegal

[ERROR]

Description

A reference the specified array was declared.

Example
  extern int &j[20];

  
Tips

Do not declare references to arrays.