Files
rust/tests/run-make/export/extern-opt/app.rs

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

7 lines
74 B
Rust
Raw Normal View History

extern crate libr;
use libr::*;
fn main() {
assert_eq!(foo(1), 1);
}