rust/tests/run-make/extern-flag-pathless/bar-dynamic.rs

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

4 lines
40 B
Rust
Raw Normal View History

2019-09-30 01:17:27 +00:00
pub fn f() {
println!("dynamic");
}