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