The real cafuzz driver (main.go) links libclassad and is behind
`//go:build libclassad`. This stub keeps the command buildable without the
tag -- a plain `go build ./...` on a runner without libclassad succeeds -- and
tells anyone who runs it how to build the real thing.