rust/tests/run-make/dylib-chain/m4.rs

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

6 lines
45 B
Rust
Raw Permalink Normal View History

extern crate m3;
fn main() {
m3::m3()
}