Skip to content

Commit 48473cc

Browse files
committed
---
yaml --- r: 5462 b: refs/heads/master c: f628003 h: refs/heads/master v: v3
1 parent a481587 commit 48473cc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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: 7a76323459bab16d18b364d97ab35c6558f89825
2+
refs/heads/master: f628003da6524362b5e0bba250b7383b3a7b9ac9
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
fn f() -> ~int {
2+
~100
3+
}
4+
5+
fn main() {
6+
assert f() == ~100;
7+
}

0 commit comments

Comments
 (0)