aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/protobuf-library-install/hello.proto
blob: 946108ddced4148d5d179ff5c48f000c95ed372b (plain)
1
2
3
4
5
6
7
8
syntax = "proto3";
package protobuf.library;

import "hello/world.proto";

message Hello {
    hello.World world = 1;
};