test26213.go 281 B

123456789101112131415
  1. // Copyright 2018 The Go Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. package cgotest
  5. import (
  6. "testing"
  7. "cgotest/issue26213"
  8. )
  9. func test26213(t *testing.T) {
  10. issue26213.Test26213(t)
  11. }