If I have a pointer like so:
int *test = new int;
And I create another pointer that points to test like so:
test
int *t