android13/external/rust/crates/serde_json/tests/ui/not_found.rs

6 lines
61 B
Rust
Raw Normal View History

2024-06-22 08:45:49 -04:00
use serde_json::json;
fn main() {
json!({ "a" : x });
}