#![feature(proc_macro)] extern crate parsetest; use parsetest::app; app!{ id1 , id2 , id2 , } fn main() { println!("here"); }