void null_pointer_009 ()
{
	int buf[5];
	null_pointer_009_func_001(buf);
}
void null_pointer_009 ()
{
	null_pointer_009_func_001(NULL);
}