shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(Foo)
}