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