rust/tests/run-pass/regressions.rs

10 lines
104 B
Rust
Raw Normal View History

2017-09-18 05:47:33 -05:00
2017-08-01 10:54:21 -05:00
#![allow(blacklisted_name)]
pub fn foo(bar: *const u8) {
println!("{:#p}", bar);
}
fn main() {}