Skip to content

Commit 007ce04

Browse files
committed
---
yaml --- r: 1899 b: refs/heads/master c: 268b214 h: refs/heads/master i: 1897: 7442d88 1895: 82bda26 v: v3
1 parent b8274e7 commit 007ce04

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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: 540d29f6417c5008d987f874696670ebb3ef8d27
2+
refs/heads/master: 268b2140dce6af920fcf09f22448c028cc6f12ed

trunk/src/test/run-pass/long-while.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
fn main() {
2+
let int i = 0;
3+
while (i < 1000000) {
4+
i += 1;
5+
auto x = 3;
6+
}
7+
}
8+

0 commit comments

Comments
 (0)