// Standalone entry point for the WebKit host subprocess.
// Calls fd_webkit_host_main(3) from host.m (the fd is set up by the parent
// process via dup2 in pre_exec).
externvoidfd_webkit_host_main(intfd)__attribute__((noreturn));intmain(void){fd_webkit_host_main(3);}