blob: 21dc77920be0670b16bd100420f5543d7163ac94 [file] [log] [blame]
// Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build !gc
package main
func doTrace() func() {
return func() {}
}