shithub: mc

ref: 6a113c23192c0877185aadddbc58b943ed68dd7b
dir: /test/genericval.myr/

View raw version
use std

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

const main = {
	std.exit(Foo)
}