summaryrefslogtreecommitdiffstats
path: root/tests/run-make/incr-add-rust-src-component/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/incr-add-rust-src-component/main.rs')
-rw-r--r--tests/run-make/incr-add-rust-src-component/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run-make/incr-add-rust-src-component/main.rs b/tests/run-make/incr-add-rust-src-component/main.rs
new file mode 100644
index 000000000..f6320bcb0
--- /dev/null
+++ b/tests/run-make/incr-add-rust-src-component/main.rs
@@ -0,0 +1,3 @@
+fn main() {
+ println!("Hello World");
+}