fun.c 71 Bytes
Newer Older
lxq's avatar
lxq committed
1 2
int callee(int a) { return 2 * a; }
int main() { return callee(110); }