rust/tests/coverage/thin-lto.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
73 B
Rust
Raw Normal View History

// compile-flags: -O -C lto=thin -C prefer-dynamic=no
pub fn main() {
}