1 2 3 4 5 6
#include <stdio.h> /* To prevent inlining and optimizing away */ int foo(volatile int* f) { return *f; }