summaryrefslogtreecommitdiffstats
path: root/tests/codegen/remap_path_prefix/aux_mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/remap_path_prefix/aux_mod.rs')
-rw-r--r--tests/codegen/remap_path_prefix/aux_mod.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/codegen/remap_path_prefix/aux_mod.rs b/tests/codegen/remap_path_prefix/aux_mod.rs
new file mode 100644
index 000000000..44cc4bb72
--- /dev/null
+++ b/tests/codegen/remap_path_prefix/aux_mod.rs
@@ -0,0 +1,6 @@
+// ignore-test: this is not a test
+
+#[inline]
+pub fn some_aux_mod_function() -> i32 {
+ 1234
+}