• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package cgo_multi_dir
2
3// int foo = 12;
4import "C"
5
6var foo = int(C.foo)
7