mirror of
https://github.com/google/pebble.git
synced 2025-03-20 11:01:20 +00:00
11 lines
230 B
Text
11 lines
230 B
Text
|
# Regression test for #493:
|
||
|
# Maximum recursion depth exceeded in generator
|
||
|
|
||
|
Import("env")
|
||
|
|
||
|
env.NanopbProto("test.proto")
|
||
|
|
||
|
# Note that test.pb.c will fail compilation due to recursive static definition.
|
||
|
# This is to be expected.
|
||
|
|