#include <stdio.h>
sum () { return 10; }
main () { printf ("%d", sum (1, 2, 3, 4, 5)); }