Skip to content

Commit a3f2680

Browse files
committed
---
yaml --- r: 2812 b: refs/heads/master c: 147b088 h: refs/heads/master v: v3
1 parent 0136bc2 commit a3f2680

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-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: 1a96e79fe0a0d30bddd2cda1793cfa5907fa6c1d
2+
refs/heads/master: 147b088125e27115a6c7417c9a1b55cc1d099b11
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//xfail-stage0
2+
//xfail-stage1
3+
//xfail-stage2
4+
//xfail-stage3
5+
fn int_id(int x) -> int {
6+
ret x;
7+
}
8+
9+
fn main() {
10+
while(true) {
11+
int_id(break);
12+
}
13+
}

0 commit comments

Comments
 (0)