mirror of
https://github.com/google/pebble.git
synced 2025-11-17 13:00:59 -05:00
10 lines
245 B
Python
10 lines
245 B
Python
# Regression test for #693:
|
|
# Duplicate declarations of size_unions with repeated fields inside a oneof
|
|
|
|
Import("env")
|
|
|
|
env.NanopbProto("other.proto")
|
|
env.NanopbProto(["oneof.proto", "other.proto"])
|
|
env.Object("oneof.pb.c")
|
|
env.Object("test.c")
|