blob: af6a5ad8ed39d9d12a1b0fec225bc66d2e1a9d07 [file] [log] [blame]
pub extern fn bar() {
}
pub const foopy: &'static str = "hi there";
pub const uint_val: usize = 12;
pub const uint_expr: usize = (1 << uint_val) - 1;