shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(Foo)
}