Macro test_task

Source
macro_rules! test_task {
    ($file:expr $(,$args:expr)*) => { ... };
}