rust/tests/data/parser/ok/0024_const_item.rs
2018-02-03 22:34:35 +03:00

2 lines
46 B
Rust

const FOO: u32 = 92;
const mut BAR: u32 = 62;