aboutsummaryrefslogtreecommitdiff
path: root/examples/option.ct
blob: 483a9ee08bdd64756072ca5c5fb12fd0889e6ac6 (plain) (blame)
1
2
3
4
5
6
type t {any};

struct option <t> {
	u8 res;
	t val;
};