shithub: mc

ref: 198e24abaaa0005cf5a1612a499135a8fc47ed36
dir: /test/genericval.myr/

View raw version
use std

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

const main = {
	std.exit(Foo)
}