cmake HAVE_ALWAYS_INLINE examples

Gecode/gecode CMakeLists.txt :279

check_c_source_compiles("
  inline __attribute__ ((__always_inline__)) void foo(void) {}
  int main() {}" HAVE_ALWAYS_INLINE)