Loading...
1
2
3
4
5
6
7

// We need this symbol to bind missing weak imports to
int gOSKextUnresolved = 0;

int _start() {
	return 0;
}