shithub: mc

ref: 9301bca7cc870a02996ce0edc340021527057784
dir: /test/genericval.myr/

View raw version
use std

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

const main = {
	std.exit(Foo)
}