rust/tests/coverage/thin-lto.rs
Zalathar 99797bbd9f coverage: Format all remaining tests
These tests can simply be reformatted as normal, because the resulting changes
are unimportant.
2024-01-18 10:42:37 +11:00

3 lines
72 B
Rust

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