]> git.lizzy.rs Git - rust.git/blob - tests/ui/crashes/regressions.rs
Auto merge of #3744 - phansch:fix3144, r=oli-obk
[rust.git] / tests / ui / crashes / regressions.rs
1 #![allow(clippy::blacklisted_name)]
2
3 pub fn foo(bar: *const u8) {
4     println!("{:#p}", bar);
5 }
6
7 fn main() {}