Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit ec622a9

Browse files
committed
Merge pull request #104 from bltavares/23278
23278
2 parents 3ee791b + 1d2c39d commit ec622a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/23278.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
extern "Rust" {
2+
fn foo();
3+
}
4+
5+
fn main() {
6+
unsafe { foo() };
7+
}
8+

0 commit comments

Comments
 (0)