]> Cypherpunks.ru repositories - gostls13.git/blob - misc/cgo/testgodefs/testdata/issue38649.go
misc/cgo: gofmt
[gostls13.git] / misc / cgo / testgodefs / testdata / issue38649.go
1 // Copyright 2020 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 //
5 //go:build ignore
6 // +build ignore
7
8 package main
9
10 /*
11 struct Issue38649 { int x; };
12 #define issue38649 struct Issue38649
13 */
14 import "C"
15
16 type issue38649 C.issue38649