slige/examples/refs.slg
2025-01-17 11:50:14 +01:00

8 lines
56 B
Plaintext

//
fn main() {
let a = 5;
let b: &int = &a;
}