// aux-build:outlive-expansion-phase.rs // ignore-stage1 #![feature(plugin)] #![plugin(outlive_expansion_phase)] pub fn main() {}