shithub: mc

ref: 87a293a736f0f9535ccc299dd7294552efd77743
dir: /test/genericval.myr/

View raw version
use std

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

const main = {
	std.exit(Foo)
}