func RIGHT(x: Int) -> Int {
    let y = x
    // a comment
    return ChangeMe
}
