* tree-vect-loop-manip.c (vect_do_peeling): Do not use
[official-gcc.git] / libgo / misc / cgo / test / issue8331.h
blob8065be08904de3bcba1f732d0aefed4a67ce71b3
1 // Copyright 2014 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 typedef struct {
6 int i;
7 } issue8331;