Skip to content

Commit 3968c86

Browse files
committed
---
yaml --- r: 5455 b: refs/heads/master c: 61a14f3 h: refs/heads/master i: 5453: ff8bbbd 5451: 7f4ca6f 5447: eb5e89f 5439: c01ddda v: v3
1 parent dc0b869 commit 3968c86

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 1367f2b63e33e8b00ca287e146cf10ba67b64094
2+
refs/heads/master: 61a14f3df06606ab20a2123fa00366dbc37f9092
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
fn f(&i: ~int) {
2+
i = ~200;
3+
}
4+
5+
fn main() {
6+
let i = ~100;
7+
f(i);
8+
assert *i == 200;
9+
}

0 commit comments

Comments
 (0)