blob: 100fccc641cbd6fd64904be37217fc7ad4b4fa23 [file] [log] [blame]
fn foo() {
1 + *&2 + 3;
*&1 as u64;
*x(1);
&x[1];
-1..2;
}