1# Regression test for #637:
2# Generator produces incorrect output when a oneof is used
3
4Import("env")
5
6env.NanopbProto("other.proto")
7env.NanopbProto(["oneof.proto", "other.proto"])
8env.Object("oneof.pb.c")
9env.Object("test.c")
10