blob: 3691827b8c7ba4fab52c38efee5b8d6090db7acc [file] [log] [blame]
use serde_jsonrc::json;
fn main() {
json!({ "a" });
}