SConscript 230 B

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