aya/bpf/aya-bpf-macros
Amos Wenger a1e7b58d7c Don't use #[no_mangle] (clashes with `#[export_name]`)
This closes .

With this, the symbol name is correct in the intermediate LLVM bitcode
object file (`.rcgu.o`) and in the final BPF program.
..
src Don't use #[no_mangle] (clashes with `#[export_name]`)
Cargo.toml aya-bpf-macros: fix tests