main.cpp   [plain text]



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