mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 13:49:13 +00:00
7 lines
155 B
Rust
7 lines
155 B
Rust
pub extern "C" fn bar() {
|
|
}
|
|
|
|
pub const foopy: &'static str = "hi there";
|
|
pub const uint_val: usize = 12;
|
|
pub const uint_expr: usize = (1 << uint_val) - 1;
|