github.com/flyinox/gosm@v0.0.0-20171117061539-16768cb62077/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