title: InvalidConstType layout: article

InvalidConstType occurs when the underlying type in a const declaration
is not a valid constant type.

Example:
 const c *int = 4