shithub: mc

ref: 9b864a2bc7fbdae40704708a6893e6f29ad48397
dir: /test/genericval.myr/

View raw version
use std

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

const main = {
	std.exit(Foo)
}