C1007: Type specifier mismatch
[ERROR]
Description
The type declaration is wrong.
Example
int float i;
Tips
Do not use an illegal type chain.