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