Loading...
1
2
3
4
5

__attribute__((section(("__HIB, __text"))))
int _start() {
	return 0;
}