cmake HAVE_NULLABLE examples

flyinghead/flycast core/deps/libzip/CMakeLists.txt :187

check_c_source_compiles("
int foo(char * _Nullable bar);
int main(int argc, char *argv[]) { }" HAVE_NULLABLE)