fn main() { let x = 10; let y = copy x; log y; }