shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(Foo)
}