main.txt_C_test.go 108 B

1234567891011
  1. package test
  2. import (
  3. "Yunlot/tests/Cgo"
  4. "testing"
  5. )
  6. func Test_Runcode(t *testing.T) {
  7. Cgo.GetAdd()
  8. }