blob: 9ec6aba63f35fee0d89eced1e2e6ac86fc72579d [file] [log] [blame]
// ignore-test this is not a test
macro_rules! tuple_from_req {
($T:ident) => {
#[my_macro] struct Four($T);
}
}