Exemplo n.º 1
0
void
runtime·Goexit(void)
{
	rundefer();
	runtime·goexit();
}
Exemplo n.º 2
0
void
runtime_Goexit(void)
{
	rundefer();
	runtime_goexit();
}