var newOSProcDone … //go:nosplit func newOSProcCreated() { … } // Can't be run with -race, -asan, or -msan because it inserts calls into newOSProcCreated() // that require a valid G/M. func TestNewOSProc0(t *testing.T) { … }
var newOSProcDone … //go:nosplit func newOSProcCreated() { … } // Can't be run with -race, -asan, or -msan because it inserts calls into newOSProcCreated() // that require a valid G/M. func TestNewOSProc0(t *testing.T) { … }