    int *test;
    /* Here, we assign a value to the pointee object */
    *test = 42;
