Home | History | Annotate | Download | only in c_and_cpp
      1 #include <reproducability_c.h>
      2 
      3 int repro(struct ShouldRepro *s) {
      4   return s->a;
      5 }
      6 
      7