shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(Foo)
}