shithub: mc

ref: 6b0a400370a39fdb924cb9172ef2241f7fc2a096
dir: /test/genericval.myr/

View raw version
use std

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

const main = {
	std.exit(Foo)
}