C1018: Illegal type composition

[ERROR]

Description

The type was composed with an illegal combination. A typical example is

  extern struct A dummy[];

  
Example
  void v[2];

  
Tips

Type compositions must not contain illegal combinations.