blob: 8f85f3de2d64394ede7d6ebb75806e6b53b9c3a0 [file]
// Copyright 2025 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
edition = "2024";
package testimportoption_unlinked;
import "google/protobuf/descriptor.proto";
option go_package = "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/import_option_unlinked";
extend google.protobuf.FieldOptions {
OptionsMessage field_option = 504589222;
}
message OptionsMessage {
int32 plain_field = 1;
}