]> git.lizzy.rs Git - rust.git/blob - src/test/ui/emit-metadata-obj.rs
Rollup merge of #80959 - jhpratt:unsigned_abs-stabilization, r=m-ou-se
[rust.git] / src / test / ui / emit-metadata-obj.rs
1 // compile-flags:--emit=metadata,obj
2 // build-pass
3
4 // A test for the emission of metadata + obj and other metadata + non-link
5 // combinations. See issue #81117.
6
7 fn main() {}