blob: 08b802fe5d46b9e12c38e49d35f275f7523df385 [file] [log] [blame]
#[macro_use]
extern crate serde_json;
fn main() {
json!({ "a" : x });
}