tst std_stddef comp{
	#include <sys/types.h>
	#include <stddef.h>
	ptrdiff_t i;
	size_t j;
	wchar_t k;
}end
tst std_stdlib comp{
	#include <sys/types.h>
	#include <stddef.h>
	#include <stdlib.h>
	div_t i;
	ldiv_t j;
}end
tst std_def_calloc comp{
	#include <sys/types.h>
	#include <stddef.h>
	#include <stdlib.h>
	#ifndef calloc
	(
	#endif
}end
tst std_def_free comp{
	#include <sys/types.h>
	#include <stddef.h>
	#include <stdlib.h>
	#ifndef free
	(
	#endif
}end
tst std_def_malloc comp{
	#include <sys/types.h>
	#include <stddef.h>
	#include <stdlib.h>
	#ifndef malloc
	(
	#endif
}end
tst std_def_realloc comp{
	#include <sys/types.h>
	#include <stddef.h>
	#include <stdlib.h>
	#ifndef realloc
	(
	#endif
}end
