]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/group-compat-hack/js-sys-0.3.17/src/lib.rs
Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b' into clippyup
[rust.git] / src / test / ui / proc-macro / group-compat-hack / js-sys-0.3.17 / src / lib.rs
1 // ignore-test this is not a test
2
3 macro_rules! arrays {
4     ($name:ident) => {
5         #[my_macro] struct Two($name);
6     }
7 }