mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-31 21:16:44 +00:00
7 lines
168 B
Rust
7 lines
168 B
Rust
//@ edition: 2021
|
|
#![no_std]
|
|
|
|
//@ is "$.index[?(@.name=='example')].attrs" '["#[export_name = \"altered\"]"]'
|
|
#[export_name = "altered"]
|
|
pub extern "C" fn example() {}
|