Loading...
1
2
3
4
5
6
7
8

// Hack to force a section on __TEXT as otherwise its given the vmSize by forEachSegment
__attribute__((used, section("__TEXT, __const")))
int packHack = 0;

int foo() {
	return 0;
}