blob: a1312f4210b487a7b28765e6ccbb0516728b9fac [file] [log] [blame]
//@ edition: 2021
#![no_std]
//@ is "$.index[?(@.name=='example')].attrs" '["#[link_section = \".text\"]"]'
#[link_section = ".text"]
pub extern "C" fn example() {}