cmake HAVE_DEALLOCATION_FUNCTIONS examples

keepassxreboot/keepassxc CMakeLists.txt :373

check_cxx_source_compiles("#include <new>
        int main() { void * ptr = nullptr; std::size_t size = 1; ::operator delete(ptr, size); }"
        HAVE_DEALLOCATION_FUNCTIONS)