fork download
  1. #include <stdio.h>
  2. sum () { return 10; }
  3. main () { printf ("%d", sum (1, 2, 3, 4, 5)); }
Success #stdin #stdout 0s 2112KB
stdin
Standard input is empty
stdout
10