shithub: mc

ref: 1d7654102819c1db26c418cfdc9fb3032294157e
dir: /test/genericval.myr/

View raw version
use std

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

const main = {
	std.exit(Foo)
}