a.c (99B)
1 /* Three-TU CALL26 chain: a → b → c. */ 2 int b_fn(void); 3 int test_main(void) { return b_fn(); }