rust/tests/run-pass/regressions.rs

10 lines
104 B
Rust
Raw Normal View History

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