rust/tests/ui/imports/auxiliary/simple-rlib.rs

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

3 lines
40 B
Rust
Raw Normal View History

2024-05-27 20:19:58 -05:00
#![crate_type = "rlib"]
pub fn bar() {}