---> 1. Return a variable by reference -> No warning: int(1) ---> 2. Return a value by reference -> Warning: int(1)