]> asedeno.scripts.mit.edu Git - cl-protobufs.git/blob - tests/extend-test-base.proto
Merge branch 'asdf3'
[cl-protobufs.git] / tests / extend-test-base.proto
1 // Free Software published under an MIT-like license. See LICENSE
2 //
3 // Copyright (c) 2012 Google, Inc.  All rights reserved.
4 //
5 // Original author: Alejandro SedeƱo
6
7 syntax = "proto2";
8
9 package protobuf_extend_base_unittest;
10
11 message Foo {
12   extensions 100 to 199;
13 }
14
15 message Bar {
16 }
17
18 message Baz {
19   extensions 300 to 399;
20 }