mirror of
https://github.com/openharmony/third_party_rust_proc-macro-error.git
synced 2026-07-01 21:34:10 -04:00
7 lines
102 B
Rust
7 lines
102 B
Rust
extern crate test_crate;
|
|
use test_crate::make_fn;
|
|
|
|
make_fn!(multi1, multi2, _, multi3);
|
|
|
|
fn main() {}
|