shithub: mc

ref: dd1dcc663ada21c70e41003564e5c57d671981ac
dir: /test/genericval.myr/

View raw version
use std

generic Foo : @a::(integral,numeric) = 42

const main = {
	std.exit(Foo)
}