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

// This will be re-exported from a symbol set in bar
int symbol_from_xnu() {
	return 0;
}

int _start() {
	return 0;
}