because someInt is not a int it's a int pointer

try
int someInt = 3;
instead


3333333333