Skip to content

Commit a47b172

Browse files
committed
---
yaml --- r: 1954 b: refs/heads/master c: 2490cd3 h: refs/heads/master v: v3
1 parent f8eb8b8 commit a47b172

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: c66edca83d04c5be5c27629b43c2c180a67f2d63
2+
refs/heads/master: 2490cd327514471c8e7fb56a9fba2c2304c04552
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// xfail-boot
2+
// xfail-stage0
3+
// -*- rust -*-
4+
5+
fn main() {
6+
auto x = {
7+
@100
8+
};
9+
10+
check (*x == 100);
11+
}

0 commit comments

Comments
 (0)