Files
codeql/go/ql/test/extractor-tests/empty-interface/tst.go
2022-05-20 10:07:19 -07:00

9 lines
195 B
Go

package main
// This file tests that the extractor does not crash on files that do not
// end in a newline, so it is important not to autoformat this file.
// autoformat-ignore
func main() {
}