github.com/sc0rp1us/gb@v0.4.1-0.20160319180011-4ba8cf1baa5a/testdata/src/c/c_test.go (about)

     1  package c
     2  
     3  import "testing"
     4  
     5  func TestC(t *testing.T) {
     6  	t.Log(C)
     7  }