* tree-vect-loop-manip.c (vect_do_peeling): Do not use
[official-gcc.git] / libgo / misc / cgo / test / issue5740a.c
bloba6a7d0c96015d998f385814368814c55747fb930
1 // Copyright 2013 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 static int volatile val = 2;
7 int test5740a() {
8 return val;