Skip to content

Commit eff2c2d

Browse files
committed
---
yaml --- r: 2106 b: refs/heads/master c: 55ab187 h: refs/heads/master v: v3
1 parent 75aaace commit eff2c2d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-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: 35e021ed53d3ab9e63686ec7d79bc3ca2af0c820
2+
refs/heads/master: 55ab187c9cbffc3b938b40032c6031202c3d8f50
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
tag opt[T] {
2+
none;
3+
}
4+
5+
fn main() {
6+
auto x = none[int];
7+
alt (x) {
8+
case (none[int]) { log "hello world"; }
9+
}
10+
}
11+

0 commit comments

Comments
 (0)