github.com/likebike/go--@v0.0.0-20190911215757-0bd925d16e96/go/misc/cgo/test/issue21668.go (about) 1 // Copyright 2017 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 // Fail to guess the kind of the constant "x". 6 // No runtime test; just make sure it compiles. 7 8 package cgotest 9 10 // const int x = 42; 11 import "C" 12 13 var issue21668_X = C.x