blob: 74be3fd80a339934ddbc41491bda29e5789739fc [file] [log] [blame]
// Copyright 2018 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 LIB_FIDL_CPP_TEST_FIDL_TYPES_H_
#define LIB_FIDL_CPP_TEST_FIDL_TYPES_H_
#include <lib/fidl/coding.h>
#if defined(__cplusplus)
extern "C" {
#endif
extern const fidl_type_t unbounded_nonnullable_string_message_type;
#if defined(__cplusplus)
}
#endif
#endif // LIB_FIDL_CPP_TEST_FIDL_TYPES_H_