xref: /xnu-12377.1.9/tests/cxx_safe_buffers.cpp (revision f6217f891ac0bb64f3d375211650a4c1ff8ca1ea)
1 //
2 // Test runner for all `cxx_safe_buffers` tests.
3 //
4 
5 #include <darwintest.h>
6 
7 T_GLOBAL_META(
8 	T_META_NAMESPACE("cxx_safe_buffers"),
9 	T_META_CHECK_LEAKS(true),
10 	T_META_RUN_CONCURRENTLY(true)
11 	);
12