a.c (121B)
1 /* CALL26 cross-TU: a.c calls add() defined in b.c. */ 2 int add(int a, int b); 3 int test_main(void) { return add(3, -3); }