Sign in
pigweed
/
third_party
/
github
/
nanopb
/
nanopb
/
ada8903102ca2e2fdf1c04e6f7d9e1a27fdcfe78
/
.
/
tests
/
no_messages
/
no_messages.proto
blob: 45bb2e6660d5552e9881cc080545c9df900a7e02 [
file
] [
log
] [
blame
]
/* Test that a file without any messages works. */
syntax
=
"proto2"
;
enum
Test
{
First
=
1
;
}