2017-06-30 Richard Biener <rguenther@suse.de>
[official-gcc.git] / libgo / misc / cgo / testsovar / cgoso_c.c
bloba448c013428c9807dcec8a76217383ea82808a19
1 // Copyright 2015 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.
5 // +build ignore
7 const char *exported_var = "Hello world";