monkey/monkey
mk_core/CMakeLists.txt
:190
check_c_source_compiles("
#define _GNU_SOURCE
#include <string.h>
int main() {
memrchr(\"test\", 'e', 4);
return 0;
}" MK_HAVE_MEMRCHR)