This is xnu-11215.1.10. See this file in:
//
// Test runner for all `cxx_safe_buffers` tests.
//

#include <darwintest.h>

T_GLOBAL_META(
	T_META_NAMESPACE("cxx_safe_buffers"),
	T_META_CHECK_LEAKS(true),
	T_META_RUN_CONCURRENTLY(true)
	);