mirror of
https://github.com/google/pebble.git
synced 2025-03-19 18:41:21 +00:00
9 lines
228 B
Python
9 lines
228 B
Python
# 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")
|