shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(Foo)
}