7 lines
166 B
Rust
7 lines
166 B
Rust
|
|
//@ edition: 2021
|
||
|
|
#![no_std]
|
||
|
|
|
||
|
|
//@ is "$.index[?(@.name=='example')].attrs" '["#[link_section = \".text\"]"]'
|
||
|
|
#[link_section = ".text"]
|
||
|
|
pub extern "C" fn example() {}
|