rust/tests/rustdoc-json/attrs/no_mangle_2021.rs
2025-05-03 12:46:48 +10:00

7 lines
140 B
Rust

//@ edition: 2021
#![no_std]
//@ is "$.index[?(@.name=='example')].attrs" '["#[no_mangle]\n"]'
#[no_mangle]
pub extern "C" fn example() {}