xref: /aosp_15_r20/external/nanopb-c/tests/no_messages/no_messages.proto (revision c8d645cafcee3f91213d30caa0fe303887010b9b)
1/* Test that a file without any messages works. */
2
3syntax = "proto2";
4
5enum Test {
6    First = 1;
7}
8
9
10