mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 12:10:26 +00:00
8 lines
129 B
Rust
8 lines
129 B
Rust
//@ compile-flags: -C debuginfo=2 -C prefer-dynamic
|
|
|
|
#![crate_type="dylib"]
|
|
|
|
extern crate a_def_obj;
|
|
|
|
pub use a_def_obj::Object;
|