Skip to content

Commit 64c91a1

Browse files
committed
---
yaml --- r: 3102 b: refs/heads/master c: 697fdaa h: refs/heads/master v: v3
1 parent 30017cc commit 64c91a1

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: 11c5c73d56406b1471b8f989eaa49a6c30aff7ad
2+
refs/heads/master: 697fdaac24c0f973da8569b1249d8c778e510082
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
// xfail-stage0
22

3+
#[attr = "val"]
4+
const int x = 10;
5+
36
#[attr = "val"]
47
mod mod1 {
58
}
69

10+
#[attr = "val"]
11+
native "rust" mod rustrt {
12+
}
13+
14+
#[attr = "val"]
15+
type t = obj { };
16+
17+
#[attr = "val"]
18+
obj o() { }
19+
720
fn main() {
821
}

0 commit comments

Comments
 (0)