another:
package main type T = [8]byte var a T //go:fix inline func foo() T { return T{} } func main() { if foo() == a { } }