C1017: Empty declaration

[ERROR]

Description

A declaration cannot be empty.

Example
  int;

  
Tips

There must be a name for an object.