/// test/rust.rs
use tsync;
/// Test integer
const CONST_TEST_1: i32 = 0;
/// Shouldn't compile but should convert
const CONST_TEST_2: i32 = 0.0;
/// Valid Rust but not valid typescript would be misleading if it made it into normal string ?
const CONST_TEST_3: &'static = b"Hello";
/// Test serde_json
const SERDE_JSON_1: Value = json!;
const SERDE_JSON_2: Value = json!;