blob: 276aea961937dc6d0f5ce3af0105650b14bcfbaf [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.
// Test the cgo checker on a file that doesn't use cgo.
package testdata
var _ = C.f(*p(**p))