Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
unsafe
/
issue-106126-good-path-bug.rs
blob: c1a3e074efebeeb807fded572dd7462603d41af9 [
file
] [
log
] [
blame
] [
edit
]
// Regression test for #106126.
//@ check-pass
//@ aux-build:issue-106126.rs
#![
deny
(
unsafe_op_in_unsafe_fn
)]
#[
macro_use
]
extern
crate issue_106126
;
foo
!();
fn
main
()
{}