shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(Foo)
}