Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information