[ERROR]
After certain operators as * or /, arithmetic types must follow.
void main() {
int * p;
p*3; // error
}
* and / must have operands with arithmetic types.