blob: bb1a73f700e5ab29efcb2be7093a22eb8613a88f [file] [log] [blame]
// Copyright 2018 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.
// Import of a proto source file with no go_package option.
syntax = "proto3";
package goproto.testdata;
import "go_package/no_go_package.proto";
message M1 {
M Field = 1;
}