1 2 3 4 5 6 7 8 9
int g = 0; __attribute__((section(("__TEXT, __text")))) int* gPtr = &g; int foo() { return *gPtr; }