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 primary_src_testing_packages; 11 12import public "google/protobuf/rust/test/import_public_grandparent.proto"; 13 14message PrimarySrcPubliclyImportedMsg {} 15 16enum PrimarySrcPubliclyImportedEnum { 17 PRIMARY_SRC_PUBLICLY_IMPORTED_ENUM_UNSPECIFIED = 0; 18} 19