8 lines
178 B
Rust
8 lines
178 B
Rust
//@ compile-flags:--emit=metadata,obj
|
|
//@ build-pass
|
|
|
|
// A test for the emission of metadata + obj and other metadata + non-link
|
|
// combinations. See issue #81117.
|
|
|
|
fn main() {}
|