slige/examples/refs.slg

8 lines
56 B
Plaintext
Raw Normal View History

2025-01-17 06:44:53 +00:00
//
fn main() {
let a = 5;
let b: &int = &a;
}