@(arg: &str)

@arg

@arg.@arg

@arg.len()

@(arg).len()

@(2_i8 - 3)

@((2_i8 - 3).abs())

@* Note extra parens needed here *@