Skip to content

Commit a715747

Browse files
committed
---
yaml --- r: 6290 b: refs/heads/master c: a362d85 h: refs/heads/master v: v3
1 parent b9daa74 commit a715747

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 5665308d8cc02d43865db2e2336ed98c9d944a59
2+
refs/heads/master: a362d8532900054e18f1723060bb4960ec3f5821
+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// ABI is cdecl by default
2+
3+
native mod rustrt {
4+
fn unsupervise();
5+
}
6+
7+
fn main() {
8+
rustrt::unsupervise();
9+
}

0 commit comments

Comments
 (0)