Welcome to mirror list, hosted at ThFree Co, Russian Federation.

no_messages.proto « no_messages « tests - github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 279216b0b4eed96438191e89d151b9f4d088dba2 (plain)
1
2
3
4
5
6
7
/* Test that a file without any messages works. */

enum Test {
    First = 1;
}