blob: 55319d92415b971b0ea0e60e51f562752598e1c8 [file] [log] [blame]
# Regression test for #637:
# Generator produces incorrect output when a oneof is used
Import("env")
env.NanopbProto("other.proto")
env.NanopbProto(["oneof.proto", "other.proto"])
env.Object("oneof.pb.c")
env.Object("test.c")