1 #include <reproducability_c.h> 2 repro(struct ShouldRepro * s)3 int repro(struct ShouldRepro *s) { 4 return s->a; 5 } 6 7