os-rust/tests/ui/unsafe/issue-106126-good-path-bug.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
175 B
Rust
Raw Normal View History

// 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() {}