• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Protocol Buffers - Google's data interchange format
2// Copyright 2023 Google LLC.  All rights reserved.
3//
4// Use of this source code is governed by a BSD-style
5// license that can be found in the LICENSE file or at
6// https://developers.google.com/open-source/licenses/bsd
7
8syntax = "proto2";
9
10package upb_test;
11
12import "upb/test/test.proto";
13import "upb/test/test_cpp.proto";
14
15message ContainsImported {
16  optional MessageName message_name = 1;
17  optional upb.test.TestMessage test_message = 2;
18}
19