• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package main
2
3// void bar();
4import "C"
5
6func main() {
7	C.bar()
8}
9