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