Macro retdata

Source
macro_rules! retdata {
    ( $( $x:expr ),* ) => { ... };
}