a.c (142B)
1 /* CALL26 intra-TU: test_main calls a static helper. */ 2 static int helper(int x) { return x - x; } 3 int test_main(void) { return helper(42); }