xref: /aosp_15_r20/development/vndk/tools/header-checker/tests/integration/c_and_cpp/reproducability.c (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1 #include <reproducability_c.h>
2 
repro(struct ShouldRepro * s)3 int repro(struct ShouldRepro *s) {
4   return s->a;
5 }
6 
7