* tree-vect-loop-manip.c (vect_do_peeling): Do not use
[official-gcc.git] / libgo / misc / cgo / test / gcc68255.go
blob23e103dc1093819ccf012b4187b51cda31b398da
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 package cgotest
7 import (
8 "testing"
10 "./gcc68255"
13 func testGCC68255(t *testing.T) {
14 if !gcc68255.F() {
15 t.Error("C global variable was not initialized")