NoReturn exposes the (*ctrlflow.CFGs).NoReturn method to the buildssa analyzer.
You must link golang.org/x/tools/go/analysis/passes/ctrlflow into your application for it to be non-nil.
var NoReturn = func(cfgs any, fn *types.Func) bool { panic("x/tools/go/analysis/passes/ctrlflow is not linked into this application") }