pebble/third_party/nanopb/tests/regression/issue_637/test.c
2025-01-27 11:38:16 -08:00

5 lines
198 B
C

/* This fakes the situation where other.proto is not found for some reason
* by making its size indefinite, but then defining it here manually. */
#define SecondOneof_size 5
#include "oneof.pb.h"