cmake HAVE_BUILTIN_FFSL examples

Gecode/gecode CMakeLists.txt :294

check_c_source_compiles("
  int main() { return __builtin_ffsl(0); }" HAVE_BUILTIN_FFSL)