// run-pass #![allow(unused_imports)] #![feature(rustc_private)] extern crate rustc_serialize; use rustc_serialize::json::Object; pub fn main() { println!("Hello world!"); }