]> Cypherpunks.ru repositories - gostls13.git/blob - misc/cgo/testgodefs/testdata/issue39534.go
misc/cgo: gofmt
[gostls13.git] / misc / cgo / testgodefs / testdata / issue39534.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 // enum { ENUMVAL = 0x1 };
11 import "C"
12
13 const ENUMVAL = C.ENUMVAL