diff options
Diffstat (limited to 'tests/run-make/compressed-debuginfo/foo.rs')
-rw-r--r-- | tests/run-make/compressed-debuginfo/foo.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run-make/compressed-debuginfo/foo.rs b/tests/run-make/compressed-debuginfo/foo.rs new file mode 100644 index 000000000..185ce2245 --- /dev/null +++ b/tests/run-make/compressed-debuginfo/foo.rs @@ -0,0 +1,3 @@ +pub fn foo() -> i32 { + 42 +} |