V8/usr/src/cmd/cfront/libC/misc/_main.c

Compare this file to the similar file:
Show the results in this format:

extern void _main()
{
	typedef void (*PFV)();
	extern PFV _ctors[];
	for (PFV* pf=_ctors; *pf; pf++) (**pf)();
}