about summary refs log tree commit diff
path: root/tests/run-make/proc-macro-three-crates/c.rs
diff options
context:
space:
mode:
authorOneirical <manchot@videotron.ca>2024-07-05 13:20:32 -0400
committerOneirical <manchot@videotron.ca>2024-07-05 13:20:32 -0400
commit8daf82fece0d047b555e55e7511c9b3fdd29a53c (patch)
tree6710cc52f273e3dab1c2a59b926802e17e3bf485 /tests/run-make/proc-macro-three-crates/c.rs
parent11dd90f7613a4b160ed8398a3f1c7c129ad1a372 (diff)
downloadrust-8daf82fece0d047b555e55e7511c9b3fdd29a53c.tar.gz
rust-8daf82fece0d047b555e55e7511c9b3fdd29a53c.zip
rewrite and rename issue-37839 to rmake
Diffstat (limited to 'tests/run-make/proc-macro-three-crates/c.rs')
-rw-r--r--tests/run-make/proc-macro-three-crates/c.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-make/proc-macro-three-crates/c.rs b/tests/run-make/proc-macro-three-crates/c.rs
new file mode 100644
index 00000000000..4c7ce01b6a0
--- /dev/null
+++ b/tests/run-make/proc-macro-three-crates/c.rs
@@ -0,0 +1,2 @@
+#![crate_type = "lib"]
+extern crate b;