var p *int // declare p to be a pointer to an int i = &p // assign i to be the int value pointed to by p