shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(Foo)
}