mirror of
https://github.com/google/pebble.git
synced 2025-03-20 11:01:20 +00:00
9 lines
170 B
Text
9 lines
170 B
Text
|
# 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")
|
||
|
|