Black Lives Matter. Support the Equal Justice Initiative.

Source file src/cmd/link/testdata/testBuildFortvOS/lib.go

Documentation: cmd/link/testdata/testBuildFortvOS

     1  package main
     2  
     3  import "C"
     4  
     5  //export GoFunc
     6  func GoFunc() {}
     7  
     8  func main() {}
     9  

View as plain text