modstatic.c 61 B

1234567
  1. extern int test (int);
  2. int
  3. test (int a)
  4. {
  5. return a + a;
  6. }