rust/tests/incremental/issue-54059.rs

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

9 lines
215 B
Rust
Raw Normal View History

// aux-build:issue-54059.rs
// ignore-wasm32-bare no libc for ffi testing
2018-09-21 17:05:23 +00:00
// ignore-windows - dealing with weird symbols issues on dylibs isn't worth it
// revisions: rpass1
extern crate issue_54059;
fn main() {}