shithub: mc

ref: a6fa17ca671112998242b70854f4692e2bd30307
dir: /test/genericval.myr/

View raw version
use std

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

const main = {
	std.exit(Foo)
}