ref: c2ec983c04747f3174c2a46e474be1a4a4e0ff3b dir: /tests/execute/0106-ppcast.c/
int main() { int x; void *foo; void **bar; x = 0; foo = (void*)&x; bar = &foo; return **(int**)bar; }