about summary refs log tree commit diff
path: root/src/test/auxiliary/extern_mod_ordering_lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/auxiliary/extern_mod_ordering_lib.rs')
-rw-r--r--src/test/auxiliary/extern_mod_ordering_lib.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/auxiliary/extern_mod_ordering_lib.rs b/src/test/auxiliary/extern_mod_ordering_lib.rs
new file mode 100644
index 00000000000..8276cea465f
--- /dev/null
+++ b/src/test/auxiliary/extern_mod_ordering_lib.rs
@@ -0,0 +1,6 @@
+#[crate_type="lib"];
+
+pub mod extern_mod_ordering_lib {
+    pub fn f() {}
+}
+