Sign in
pigweed
/
third_party
/
github
/
nanopb
/
nanopb
/
f5f65a90c8057a591f3cc98de40874bd78c9880d
/
.
/
tests
/
message_sizes
/
dummy.c
blob: 560fd09cb5d2dadb3497fc69306b8ad38360f605 [
file
] [
log
] [
blame
]
/* Just test that the file can be compiled successfully. */
#include
"messages2.pb.h"
int
main
()
{
PB_STATIC_ASSERT
(
MESSAGES2_PB_H_MAX_SIZE
==
xmit_size
,
INCORRECT_MAX_SIZE
);
return
xmit_size
;
}