0.2
Pre-release
Pre-release
exercises/pointer-revocation: make arg volatile Otherwise the compiler can see that we're only using obj1->arg and so won't necessarily reload it (and might not even store it) as we wish for demonstration.