summaryrefslogtreecommitdiffstats
path: root/tests/coverage/thin-lto.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/coverage/thin-lto.rs')
-rw-r--r--tests/coverage/thin-lto.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/coverage/thin-lto.rs b/tests/coverage/thin-lto.rs
new file mode 100644
index 000000000..050aac263
--- /dev/null
+++ b/tests/coverage/thin-lto.rs
@@ -0,0 +1,4 @@
+// compile-flags: -O -C lto=thin -C prefer-dynamic=no
+
+pub fn main() {
+}