fffcc5f62fa9d5a33657dfba87723ee57d45323c
[dotfiles/.git] / main_test.go
1 package main
2
3 import (
4         "testing"
5 )
6
7 type t1 struct{}
8
9 func TestFoo(t *testing.T) {
10         _ = t1{}
11 }