1ffe3c632Sopenharmony_cisyntax = "proto3"; 2ffe3c632Sopenharmony_ci 3ffe3c632Sopenharmony_cipackage bar; 4ffe3c632Sopenharmony_ci 5ffe3c632Sopenharmony_cimessage TestInclude { 6ffe3c632Sopenharmony_ci int32 a = 1; 7ffe3c632Sopenharmony_ci} 8ffe3c632Sopenharmony_ci 9ffe3c632Sopenharmony_cimessage TestLegacyMessage { 10ffe3c632Sopenharmony_ci NestedMessage message = 1; 11ffe3c632Sopenharmony_ci NestedEnum enum = 2; 12ffe3c632Sopenharmony_ci message NestedMessage { 13ffe3c632Sopenharmony_ci int32 a = 1; 14ffe3c632Sopenharmony_ci } 15ffe3c632Sopenharmony_ci enum NestedEnum { 16ffe3c632Sopenharmony_ci ZERO = 0; 17ffe3c632Sopenharmony_ci } 18ffe3c632Sopenharmony_ci} 19