* tree-vect-loop-manip.c (vect_do_peeling): Do not use
[official-gcc.git] / libgo / misc / cgo / test / issue8828.go
blob304797c929cc5019a37d505bf8bb349a377b9962
1 // compile
3 // Copyright 2014 The Go Authors. All rights reserved.
4 // Use of this source code is governed by a BSD-style
5 // license that can be found in the LICENSE file.
7 // Issue 8828: compiling a file with -compiler=gccgo fails if a .c file
8 // has the same name as compiled directory.
10 package cgotest
12 import "./issue8828"
14 func p() {
15 issue8828.Bar()