blob: 1f1464c0ed1170a85a080e8656c7f45460ec9d8a [file] [log] [blame]
// Copyright 2020 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.
#ifndef SRC_LIB_FIDL_CODEC_BUILTIN_SEMANTIC_H_
#define SRC_LIB_FIDL_CODEC_BUILTIN_SEMANTIC_H_
#include <string>
namespace fidl_codec {
namespace semantic {
extern std::string builtin_semantic;
} // namespace semantic
} // namespace fidl_codec
#endif // SRC_LIB_FIDL_CODEC_BUILTIN_SEMANTIC_H_