* tree-vect-loop-manip.c (vect_do_peeling): Do not use
[official-gcc.git] / libgo / misc / cgo / test / issue8828 / trivial.go
blobe7b9a4e573dc0935f09e5a8bd065f9f0b32edcfd
1 package issue8828
3 //void foo();
4 import "C"
6 func Bar() {
7 C.foo()