2016-07-22 18:15:38 +00:00
|
|
|
// Copyright 2014 The Go Authors. All rights reserved.
|
2015-01-15 00:27:56 +00:00
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
2021-07-30 14:28:58 -07:00
|
|
|
#include "_cgo_export.h"
|
2015-01-15 00:27:56 +00:00
|
|
|
|
2021-07-30 14:28:58 -07:00
|
|
|
int get8148(void) {
|
|
|
|
T t;
|
|
|
|
t.i = 42;
|
|
|
|
return issue8148Callback(&t);
|
|
|
|
}
|