cmake HAVE_FUNC_ATTRIBUTE_NOINLINE examples

netdata/netdata CMakeLists.txt :672

check_c_source_compiles("
void my_function() __attribute__((noinline));
int main() { my_function(); return 0; }
void my_function() { ; }
" HAVE_FUNC_ATTRIBUTE_NOINLINE)