summaryrefslogtreecommitdiffstats
path: root/tests/run-make/sepcomp-cci-copies/cci_lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/sepcomp-cci-copies/cci_lib.rs')
-rw-r--r--tests/run-make/sepcomp-cci-copies/cci_lib.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/run-make/sepcomp-cci-copies/cci_lib.rs b/tests/run-make/sepcomp-cci-copies/cci_lib.rs
new file mode 100644
index 000000000..869d4a6cd
--- /dev/null
+++ b/tests/run-make/sepcomp-cci-copies/cci_lib.rs
@@ -0,0 +1,6 @@
+#![crate_type = "rlib"]
+
+#[inline]
+pub fn cci_fn() -> usize {
+ 1234
+}