mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 08:18:44 +00:00
7 lines
109 B
Rust
7 lines
109 B
Rust
extern "C" unsafe {
|
|
//~^ ERROR expected `{`, found keyword `unsafe`
|
|
unsafe fn foo();
|
|
}
|
|
|
|
fn main() {}
|