diff options
| author | Oneirical <manchot@videotron.ca> | 2024-07-05 13:20:32 -0400 |
|---|---|---|
| committer | Oneirical <manchot@videotron.ca> | 2024-07-05 13:20:32 -0400 |
| commit | 8daf82fece0d047b555e55e7511c9b3fdd29a53c (patch) | |
| tree | 6710cc52f273e3dab1c2a59b926802e17e3bf485 /tests/run-make/proc-macro-three-crates/c.rs | |
| parent | 11dd90f7613a4b160ed8398a3f1c7c129ad1a372 (diff) | |
| download | rust-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.rs | 2 |
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; |
