Use _start() as the symbol rather than main(). _start is the default
starting location for any binary with ELF. By using this, we can create
a binary before the crt*.o files are available, which is necessary when
we test this after make includes in clean buildworld.
Sponsored by: Netflix