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