aboutsummaryrefslogtreecommitdiff
path: root/examples/time.fusp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/time.fusp')
-rw-r--r--examples/time.fusp3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/time.fusp b/examples/time.fusp
new file mode 100644
index 0000000..26a4f84
--- /dev/null
+++ b/examples/time.fusp
@@ -0,0 +1,3 @@
+time = code time;
+
+main = time;