pebble/third_party/nanopb/tests/regression/issue_644/SConscript

9 lines
170 B
Text
Raw Permalink Normal View History

# Regression test for #644:
# Generator fails to account for padding when estimating struct size
Import("env")
env.NanopbProto("int64.proto")
env.Object("int64.pb.c")