shithub: mc

ref: 4ad286b90958398e90a094ea0c21f317a73c1434
dir: /test/genericval.myr/

View raw version
use std

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

const main = {
	std.exit(Foo)
}