b.c (89B)
1 static int local_helper(void) { return 0; } 2 int wrapper(void) { return local_helper(); }