Exemple #1
0
int
main(void)
{
	test_autoalloc();
	test_preexisting();
	test_data_length();
	test_binary();
	return (0);
}
int
main(void)
{
	test_autoalloc();
	test_preexisting();
	test_data_length();
#if !__gnu_linux__
	test_binary();
#endif
	return (0);
}