それはギャグで言っているのか?

void hoge(int x, int& ret){
ret = x * 2;
}

int hoge(int x){
return x * 2:
}