blob: f6a13cb0e4d80f4946f4e27981b3170c4756deea [file] [log] [blame]
# 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.