# paste.ha -rw-r--r-- 130 bytes View raw
                                                                                
1
2
3
4
5
	// Test higher half identity map
	let x = 1337;
	let y = (&x: uintptr | 0xFFFF000000000000: uintptr): *int;
	assert(*y == 1337);