6 lines
70 B

/*** -internal.js */
function two () {
return 99;
}
export { two };