cmake SFIZZ_HAVE_CXX17_ALIGNED_NEW examples

porres/pd-else Source/Audio/sfz~/sfizz/library/cmake/SfizzConfig.cmake :65

check_cxx_source_compiles("
struct Test { alignas(1024) int z; };
int main() { new Test; return 0; }
" SFIZZ_HAVE_CXX17_ALIGNED_NEW)

sfztools/sfizz cmake/SfizzConfig.cmake :63

check_cxx_source_compiles("
struct Test { alignas(1024) int z; };
int main() { new Test; return 0; }
" SFIZZ_HAVE_CXX17_ALIGNED_NEW)