1
0
Fork 0
mirror of synced 2024-07-02 21:41:09 -04:00
ultimate-vim/sources_non_forked/vim-go/autoload/go/test-fixtures/config/buildtags/constrainedfoo.go
2022-05-27 20:16:55 +08:00

9 lines
163 B
Go

// +build constrained
package config
// foo is constrained and this comment exists to make the line numbers different than foo.go
func foo() {
println("foo")
}