SConscript 170 B

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