shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(Foo)
}