rust/tests/run-make/rlib-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 Normal View History

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