export function keepSecondArgument(bacon1234) {
return bacon1234.arguments[1];
}
export function bacon(heloooo) {
return heloooo.arguments[1];