slige/examples/refs.slg
2025-01-17 07:44:53 +01:00

8 lines
56 B
Plaintext

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