blob: fde97aeeeab53334d9319440d7224b55b52e613b [file] [log] [blame]
/*
* Copyright (c) 2023 Basalte bv
*
* SPDX-License-Identifier: Apache-2.0
*/
syntax = "proto3";
import "sub/nested.proto";
message ComplexMessage {
NestedMessage nested = 1;
};