shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(Foo)
}