mirror of
https://github.com/google/pebble.git
synced 2025-03-19 18:41:21 +00:00
8 lines
158 B
Python
8 lines
158 B
Python
# Regression test for #746:
|
|
# Name conflict when generating default values for message
|
|
|
|
Import("env")
|
|
|
|
env.NanopbProto("test.proto")
|
|
env.Object("test.pb.c")
|
|
|