1# Regression test for #869:
2# Generation of PB_STATIC_ASSERT can lead to an identified that exceeds compiler maximum length
3
4Import("env")
5
6env.NanopbProto("bigfile.proto")
7env.Object("bigfile.pb.c")
8