proximity1: add FrameLength >= 7 self_constraint, generate C test
The EverParse .3d subtraction (FrameLength - 7) requires an SMT proof
that the value won't underflow. Add ~self_constraint on FrameLength
so the .3d emits { (FrameLength >= 7) } and F* verification passes.