1
0
Fork 0
mirror of synced 2024-07-03 22:11:09 -04:00
ultimate-vim/sources_non_forked/vim-go/autoload/go/test-fixtures/config/buildtags/constrainedfoo.go

9 lines
163 B
Go
Raw Normal View History

2019-11-16 10:28:42 -05:00
// +build constrained
package config
// foo is constrained and this comment exists to make the line numbers different than foo.go
func foo() {
println("foo")
}