2025-06-29 15:37:54 +02:00
|
|
|
//@ edition: 2021
|
|
|
|
|
#![no_std]
|
|
|
|
|
|
2025-06-20 02:48:15 +00:00
|
|
|
//@ count "$.index[?(@.name=='example')].attrs[*]" 1
|
|
|
|
|
//@ is "$.index[?(@.name=='example')].attrs[*].link_section" '".text"'
|
2025-06-29 15:37:54 +02:00
|
|
|
#[link_section = ".text"]
|
|
|
|
|
pub extern "C" fn example() {}
|