1*be58f710SKees Cook // SPDX-License-Identifier: GPL-2.0-only
2*be58f710SKees Cook #define TEST	\
3*be58f710SKees Cook 	memchr_inv(small, 0x7A, sizeof(small) + 1)
4*be58f710SKees Cook 
5*be58f710SKees Cook #include "test_fortify.h"
6