shithub: mc

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

View raw version
use std

generic Foo : @a::(tctest,tcint,tcnum) = 42

const main = {
	std.exit(Foo)
}