shithub: mc

ref: 220525edb769047fcba3faed66b041c97a752b70
dir: /test/genericval.myr/

View raw version
use std

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

const main = {
	std.exit(Foo)
}