aboutsummaryrefslogtreecommitdiff
path: root/examples/option.ct
diff options
context:
space:
mode:
Diffstat (limited to 'examples/option.ct')
-rw-r--r--examples/option.ct6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/option.ct b/examples/option.ct
deleted file mode 100644
index 483a9ee..0000000
--- a/examples/option.ct
+++ /dev/null
@@ -1,6 +0,0 @@
-type t {any};
-
-struct option <t> {
- u8 res;
- t val;
-};