summaryrefslogtreecommitdiffstats
path: root/tests/run-make/pretty-print-to-file/input.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/pretty-print-to-file/input.rs')
-rw-r--r--tests/run-make/pretty-print-to-file/input.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/run-make/pretty-print-to-file/input.rs b/tests/run-make/pretty-print-to-file/input.rs
new file mode 100644
index 000000000..aa828155b
--- /dev/null
+++ b/tests/run-make/pretty-print-to-file/input.rs
@@ -0,0 +1,5 @@
+#[crate_type="lib"]
+
+pub fn
+foo() -> i32
+{ 45 }