mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-20 19:47:33 +00:00
7 lines
171 B
Rust
7 lines
171 B
Rust
//@ edition: 2021
|
|
#![no_std]
|
|
|
|
//@ is "$.index[*][?(@.name=='example')].attrs" '["#[export_name = \"altered\"]"]'
|
|
#[export_name = "altered"]
|
|
pub extern "C" fn example() {}
|