summary refs log tree commit diff
path: root/src/test/incremental/issue-54059.rs
blob: d78bbccf1bcca8f21ae4cc628b46331f4a58d7f8 (plain)
1
2
3
4
5
6
7
8
// aux-build:issue_54059.rs
// ignore-wasm32-bare no libc for ffi testing
// ignore-windows - dealing with weird symbols issues on dylibs isn't worth it
// revisions: rpass1

extern crate issue_54059;

fn main() {}