1 2 3 4 5 6 7 8 9
// aux-build:plugin-args.rs // ignore-stage1 #![feature(plugin)] #![plugin(plugin_args)] fn main() { assert_eq!(plugin_args!(), ""); }