Macro run_real

Source
macro_rules! run_real {
    ($e:expr) => { ... };
}