shared_main.c (83B)
1 int t1_shared_add(int, int); 2 3 int main(void) { 4 return t1_shared_add(20, 22); 5 }