1# Regression test for #493:
2# Maximum recursion depth exceeded in generator
3
4Import("env")
5
6env.NanopbProto("test.proto")
7
8# Note that test.pb.c will fail compilation due to recursive static definition.
9# This is to be expected.
10
11