[ERROR]
The expression was not of integral type.
void main() {
int *p;
p<<3;// error
}
The expression must be an integral type.