blob: 0d4e6889d372a1a60856547438d405048c4ff6d5 [file] [log] [blame]
// Copyright 2021 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package codegen
const tmplDecoderEncoderSource = `
{{- define "DecoderEncoderSource" -}}
// WARNING: This file is machine generated by fidlgen.
#include <{{ .PrimaryHeader }}>
static_assert(::fuzzing::{{ range .Library }}{{ . }}_{{ end }}decoder_encoders.size() == {{ CountDecoderEncoders .Decls }});
{{ end }}
`