Skip to content
Snippets Groups Projects
Commit b47e562a authored by Per Lindgren's avatar Per Lindgren
Browse files

move test files

parent 54e2b2b1
No related branches found
No related tags found
No related merge requests found
Showing with 3 additions and 7 deletions
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
fn f() -> i32 {
fn main() -> i32 {
let mut a = 7;
let mut b = &mut a;
let c = &mut b;
let b = &a;
let c = &b;
**c = 9;
a
}
fn main() {
println!("a {}", f());
}
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment