cmake HAVE_GETCONTEXT_FUNC examples

vectorgraphics/asymptote gc/CMakeLists.txt :488

check_c_source_compiles("
#include <ucontext.h>\n
int main(void) { ucontext_t ctxt; (void)getcontext(&ctxt); return 0; }"
    HAVE_GETCONTEXT_FUNC)