ref: 7979dfca14134208fe237097f44a7a080e42b62f
dir: /libtroll_test.go/
package libtroll_test import ( "testing" "shithub.us/hexyl/libtroll" "shithub.us/hexyl/libtroll/backends" ) func TestInit(t *testing.T) { troll := libtroll.New("test", 0) troll.Init(backends.BackendCPP{}) }