blob: c83b3f4a5bbf0908fbd72c6188ef18a2d356d64d [file] [log] [blame]
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;