// go:build linux package mypkg func symbol(a, b string) string { return a + "+" + b + "=linux" }