cmake HAVE___RESTRICT examples

Dreamtowards/Ethertia lib/openal-soft/CMakeLists.txt :196

check_cxx_source_compiles("int *__restrict foo;
int main() { return 0; }" HAVE___RESTRICT)

dpjudas/SurrealEngine Thirdparty/openal-soft/CMakeLists.txt :206

check_cxx_source_compiles("int *__restrict foo;
int main() { return 0; }" HAVE___RESTRICT)

nsimplex/ktools CMakeLists.txt :169

CHECK_CXX_SOURCE_COMPILES (
	  "int test (void *__restrict x); int main (void) {return 0;}"
		HAVE___RESTRICT)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/doom3/neo/externlibs/openal-soft/CMakeLists.txt :207

check_cxx_source_compiles("int *__restrict foo;
int main() { return 0; }" HAVE___RESTRICT)