More work on porting hints

This commit is contained in:
Kovid Goyal
2023-03-08 20:41:46 +05:30
parent 09ceb3c0be
commit 2aa9187428
2 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
// License: GPLv3 Copyright: 2023, Kovid Goyal, <kovid at kovidgoyal.net>
package hints
import (
"fmt"
"testing"
)
var _ = fmt.Print
func TestHintMarking(t *testing.T) {
}