mirror of
https://github.com/google/pebble.git
synced 2025-11-18 21:40:57 -05:00
9 lines
158 B
Python
9 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")
|
|
|