mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-01 23:31:32 +00:00
9 lines
215 B
Rust
9 lines
215 B
Rust
// 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() {}
|