aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/task-life-0.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/task-life-0.rs')
-rw-r--r--src/test/run-pass/task-life-0.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/test/run-pass/task-life-0.rs b/src/test/run-pass/task-life-0.rs
new file mode 100644
index 00000000..f15792fb
--- /dev/null
+++ b/src/test/run-pass/task-life-0.rs
@@ -0,0 +1,7 @@
+fn main() -> () {
+ spawn child("Hello");
+}
+
+fn child(str s) {
+
+} \ No newline at end of file