// some comments are allowed before tags

//go:build foo && hello && world && !bar && (red || black)

package mypackage

import "testing"

func TestNumbers(*testing.T) {
	// assertions
}
