issue8148.c 256 B

1234567891011
  1. // Copyright 2014 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. #include "_cgo_export.h"
  5. int get8148(void) {
  6. T t;
  7. t.i = 42;
  8. return issue8148Callback(&t);
  9. }