1# Test building of a recursive protobuf definition
2
3Import('env')
4
5env.NanopbProto("recursive.proto")
6env.Object("recursive.pb.c")
7