IsNoReturn exposes (*cfg.CFG).noReturn to the ctrlflow analyzer. TODO(adonovan): add CFG.NoReturn to the public API.
You must link golang.org/x/tools/go/cfg into your application for this function to be non-nil.
var IsNoReturn = func(cfg any) bool { panic("golang.org/x/tools/go/cfg not linked into application") }