test_lib.c 57 B

12345
  1. int num = 100;
  2. int test(int a) {
  3. return 10 + a;
  4. }