C · 112 bytes Raw Blame History
1 __int128 add5_ext(__int128 a, __int128 b, __int128 c, __int128 d, __int128 e) {
2 return a + b + c + d + e;
3 }