1# Regression test for #504: 2# Non empty submessage considered empty on FT_POINTER fields with address aligned on 0x100 3 4Import('env', 'malloc_env') 5 6env.NanopbProto(["test.proto"]) 7test = malloc_env.Program(["test.c", 8 "test.pb.c", 9 "$COMMON/pb_encode.o", 10 "$COMMON/pb_common.o"]) 11 12env.RunTest(test) 13