Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
fn foo() {
    1 + *&2 + 3;
    *&1 as u64;
    *x(1);
    &x[1];
    -1..2;
}