3 lines
47 B
Rust
3 lines
47 B
Rust
static FOO: u32 = 1;
|
|
static mut BAR: i32 = 92;
|
static FOO: u32 = 1;
|
|
static mut BAR: i32 = 92;
|