aboutsummaryrefslogtreecommitdiff
path: root/tests/core/starlark/packagedriver/fixtures/c/c_test.go
blob: 4b25df881d88d8e5c3e3bc6c21650abc5c4558b3 (plain)
1
2
3
4
5
6
7
8
9
package c

import (
	"testing"
)

func TestC(t *testing.T) {
	C()
}