Loading...
1
2
3
4
5

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