github.com/seh/gb@v0.4.4-0.20160724065125-065d2b2b1ba1/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 }