syntax = "proto3"; import "adjusted/adjusted_c.proto"; package adjusted.b; message B { adjusted.c.C b = 1; }