]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lto-thin-rustc-loads-linker-plugin.rs
Auto merge of #87489 - bdalrhm:rustdoc-line-num, r=CraftSpider
[rust.git] / src / test / ui / lto-thin-rustc-loads-linker-plugin.rs
1 // compile-flags: -C lto=thin
2 // aux-build:lto-rustc-loads-linker-plugin.rs
3 // run-pass
4 // no-prefer-dynamic
5
6 // Same as the adjacent `lto-thin-rustc-loads-linker-plugin.rs` test, only with
7 // ThinLTO.
8
9 extern crate lto_rustc_loads_linker_plugin;
10
11 fn main() {
12     lto_rustc_loads_linker_plugin::foo();
13 }